multiple changes
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user