increased max_body for referees solver

This commit is contained in:
martin 2025-07-12 13:51:54 +02:00
parent 8fe996a3c4
commit 5f4e0005e4

View File

@ -2,6 +2,7 @@
server {
server_name solver.wehazele.com;
listen 4444 ssl;
client_max_body_size 100M;
error_page 400 401 402 403 404 500 501 502 503 504 /maintenance.html;
location /maintenance.html {
root /var/www/html;