fix: firefish
This commit is contained in:
parent
ca1fc4bc65
commit
ca7fb59460
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@ server {
|
||||||
proxy_set_header X-Real-IP $remote_addr;
|
proxy_set_header X-Real-IP $remote_addr;
|
||||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||||
|
|
||||||
|
client_max_body_size 0;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass http://firefish:3000;
|
proxy_pass http://firefish:3000;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue