fix ldap1

This commit is contained in:
2022-05-31 20:26:54 +02:00
parent 1658af0aee
commit 76f39e07b9
4 changed files with 21 additions and 16 deletions

View File

@@ -2,9 +2,10 @@ server {
listen 443 ssl;
include ssl.conf;
server_name juri.fet.at;
set $proxy_host juri;
server_name infoscreen.fet.at;
set $proxy_host proteus;
set $proxy_port 80;
include default_proxy.conf;
}
}

View File

@@ -0,0 +1,11 @@
server {
listen 443 ssl;
include ssl.conf;
server_name instagram.fet.at;
location / {
return 302 https://www.instagram.com/fet_tuwien/;
}
}