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