mirror of
https://asciireactor.com/otho/stashapp
synced 2024-11-22 22:25:07 +00:00
12 lines
304 B
Plaintext
12 lines
304 B
Plaintext
|
## 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
|