fix: firefish

This commit is contained in:
Strix 2023-12-29 16:57:48 +01:00
parent ca1fc4bc65
commit ca7fb59460
No known key found for this signature in database
GPG key ID: 5F35B3B8537287A7

View file

@ -6,6 +6,8 @@ server {
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
client_max_body_size 0;
location / {
proxy_pass http://firefish:3000;
}