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

@@ -1,6 +1,10 @@
server {
listen 80 default_server;
include auto_ssl.conf;
location ^~ /.well-known/acme-challenge/ {
content_by_lua_block {
auto_ssl:challenge_server()
}
}
location / {
return 302 https://$host$request_uri;
}
@@ -18,5 +22,5 @@ server {
include /etc/nginx/conf.d/fet.at/*.conf;
include /etc/nginx/conf.d/luna.fet.at/*.conf;
include /etc/nginx/conf.d/andis/*.at;