mov proxy
This commit is contained in:
parent
40d013df56
commit
41d8aa1042
5 changed files with 1 additions and 1 deletions
10
custom/proxy/config/vhost.d/default
Normal file
10
custom/proxy/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
|
3
custom/proxy/config/vhost.d/faulty.nl
Normal file
3
custom/proxy/config/vhost.d/faulty.nl
Normal file
|
@ -0,0 +1,3 @@
|
|||
location /nginx {
|
||||
return 200 "Nginx is running!";
|
||||
}
|
Reference in a new issue