pridane vyuhgodnocovanie

This commit is contained in:
2025-03-23 19:15:54 +01:00
parent c839638ba7
commit 3e8031da1d
17 changed files with 592 additions and 59 deletions

View File

@@ -10,6 +10,7 @@ server {
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Host $host;
proxy_redirect off;
client_max_body_size 50M;
}
location /static/ {
alias /code/static/;