Update default.conf
This commit is contained in:
parent
28ef6ac98c
commit
067d673cdb
@ -4,6 +4,9 @@ server {
|
|||||||
index index.html index.htm index.nginx-debian.html;
|
index index.html index.htm index.nginx-debian.html;
|
||||||
server_name _; # managed by Certbot
|
server_name _; # managed by Certbot
|
||||||
client_max_body_size 50M;
|
client_max_body_size 50M;
|
||||||
|
location /shit {
|
||||||
|
proxy_pass http://10.8.0.5;
|
||||||
|
}
|
||||||
|
|
||||||
location /auth {
|
location /auth {
|
||||||
if ($request_method = OPTIONS) {
|
if ($request_method = OPTIONS) {
|
||||||
|
Loading…
Reference in New Issue
Block a user