This commit is contained in:
Benjamin Toby 2024-11-11 09:02:17 +01:00
parent ba600cf8b8
commit 9f1d18ed0d

View File

@ -2,6 +2,8 @@ server {
listen 80;
listen [::]:80;
server_name localhost;
client_max_body_size 200M;
root /static;
}