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;
|
||||
server_name _; # managed by Certbot
|
||||
client_max_body_size 50M;
|
||||
location /shit {
|
||||
proxy_pass http://10.8.0.5;
|
||||
}
|
||||
|
||||
location /auth {
|
||||
if ($request_method = OPTIONS) {
|
||||
|
Loading…
Reference in New Issue
Block a user