Update file default.conf

This commit is contained in:
Mikhail 2023-07-04 00:09:17 +00:00
parent 20831eafe7
commit 07287121e0

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