Update default.conf

This commit is contained in:
Mikhail 2024-01-03 02:34:45 +00:00
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) {