debug: rm ACME from nginx
This commit is contained in:
@@ -46,12 +46,6 @@ server {
|
||||
|
||||
# Default location block
|
||||
|
||||
# Let's Encrypt ACME Challenge
|
||||
location ^~ /.well-known/acme-challenge/ {
|
||||
root /var/www/letsencrypt/;
|
||||
try_files $uri =404;
|
||||
}
|
||||
|
||||
location / {
|
||||
proxy_pass http://{{ $.APP }}-{{ $upstream_port }};
|
||||
{{ $proxy_settings }}
|
||||
|
Reference in New Issue
Block a user