Add out of zone handicap

This commit is contained in:
Sebastien Riviere
2025-09-14 16:27:35 +02:00
parent 7e4d9f910a
commit 0f64fc59f9
6 changed files with 70 additions and 28 deletions

View File

@@ -7,6 +7,7 @@ http {
server {
listen 80;
client_max_body_size 15M;
access_log off;
location / {
proxy_pass http://front:3000/;
proxy_set_header Host $host;