fix: fedi
This commit is contained in:
parent
2621760c57
commit
7980e8c3a1
2 changed files with 1 additions and 4 deletions
|
@ -7,6 +7,6 @@ server {
|
||||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass http://firefish:3000$request_uri;
|
proxy_pass http://firefish:3000;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -11,9 +11,6 @@ services:
|
||||||
- /etc/ixvd/secrets/env/firefish.env
|
- /etc/ixvd/secrets/env/firefish.env
|
||||||
environment:
|
environment:
|
||||||
NODE_ENV: production
|
NODE_ENV: production
|
||||||
VIRTUAL_HOST: fedi.ixvd.net
|
|
||||||
LETSENCRYPT_HOST: fedi.ixvd.net
|
|
||||||
VIRTUAL_PORT: 3000
|
|
||||||
SONIC_HOST: firefish-sonic
|
SONIC_HOST: firefish-sonic
|
||||||
SONIC_SECRET: "firefish"
|
SONIC_SECRET: "firefish"
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in a new issue