Added vhost.d templates for nginx-proxy.

This commit is contained in:
Otho 2022-12-31 03:02:07 -05:00
parent 41d54c2700
commit a8959876a0
Signed by: Otho
GPG Key ID: 16C720CD3BBE21D9
3 changed files with 32 additions and 0 deletions

10
vhost.d/default Normal file
View 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

11
vhost.d/othonotes.com Normal file
View File

@ -0,0 +1,11 @@
## 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
#client_max_body_size 10G

11
vhost.d/www.othonotes.com Normal file
View File

@ -0,0 +1,11 @@
## 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
#client_max_body_size 10G