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

@@ -38,6 +38,8 @@ server {
ssl_trusted_certificate /etc/letsencrypt/live/www.alt.fet.at/chain.pem;
include snippets/ssl.conf;
include snippets/ldap.conf;
location = / {
return 301 https://$host/twiki/bin/view/Homepage;
}