_
This commit is contained in:
@@ -3,7 +3,7 @@ http {
|
|||||||
|
|
||||||
server {
|
server {
|
||||||
listen 80;
|
listen 80;
|
||||||
location /.well-known/acme-challenge/ {
|
location / {
|
||||||
proxy_pass http://certbot:80;
|
proxy_pass http://certbot:80;
|
||||||
}
|
}
|
||||||
# location / {
|
# location / {
|
||||||
|
|||||||
Reference in New Issue
Block a user