mirror of
https://asciireactor.com/otho/stashapp
synced 2024-11-22 04:35:08 +00:00
Added vhost.d templates for nginx-proxy.
This commit is contained in:
parent
41d54c2700
commit
a8959876a0
10
vhost.d/default
Normal file
10
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
|
11
vhost.d/othonotes.com
Normal file
11
vhost.d/othonotes.com
Normal 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
11
vhost.d/www.othonotes.com
Normal 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
|
Loading…
Reference in New Issue
Block a user