multiple changes

This commit is contained in:
root
2021-01-10 08:10:06 +01:00
parent 3db6eadd83
commit 0c02fac0ba
10 changed files with 572 additions and 13 deletions

View File

@@ -17,7 +17,33 @@ server {
include snippets/header.conf;
location / {
return 302 https://www.fet.at/rubriken/5/neuigkeiten/509;
location / {
return 302 https://www.fet.at/rubriken/5/neuigkeiten/509;
}
location /anwesenheit {
proxy_pass http://proteus;
include snippets/proxy_header.conf;
}
location /da {
proxy_pass http://proteus;
include snippets/proxy_header.conf;
}
location /da/daten {
proxy_pass http://proteus;
include snippets/proxy_header.conf;
include snippets/ldap.conf;
}
location /LVA {
proxy_pass http://proteus;
include snippets/proxy_header.conf;
}
location /LVA/LVAs {
proxy_pass http://proteus;
include snippets/proxy_header.conf;
include snippets/ldap.conf;
}
}