custom image
This commit is contained in:
parent
2cd272215d
commit
40d013df56
5 changed files with 53 additions and 4 deletions
10
custom/reverseproxy/config/vhost.d/default
Normal file
10
custom/reverseproxy/config/vhost.d/default
Normal file
|
@ -0,0 +1,10 @@
|
|||
## Start of configuration add by letsencrypt container
|
||||
location ^~ /.well-known/acme-challenge/ {
|
||||
auth_basic off;
|
||||
auth_request off;
|
||||
allow all;
|
||||
root /usr/share/nginx/html;
|
||||
try_files $uri =404;
|
||||
break;
|
||||
}
|
||||
## End of configuration add by letsencrypt container
|
Reference in a new issue