Add labor and protect alt.fet.at behind LDAP

This commit is contained in:
root
2020-05-12 11:33:53 +02:00
parent fa49b11697
commit 3db6eadd83
3 changed files with 6 additions and 1 deletions

View File

@@ -54,4 +54,7 @@ server {
location ~ ^/(alt|twiki) {
return 302 https://www.alt.fet.at$request_uri;
}
location ~ ^/(labor) {
return 302 https://www.fet.at/themen/8;
}
}