Update default.conf

This commit is contained in:
Mikhail 2024-01-04 13:44:34 +00:00
parent 2d10522d80
commit 5d37a06e4d

@ -3,7 +3,7 @@ server {
index index.html index.htm index.nginx-debian.html;
server_name _; # managed by Certbot
client_max_body_size 50M;
client_max_body_size 70M;
location /auth {
if ($request_method = OPTIONS) {