fix: fedi

This commit is contained in:
Strix 2023-11-03 01:17:30 +01:00
parent 2621760c57
commit 7980e8c3a1
No known key found for this signature in database
GPG key ID: 49B2E37B8915B774
2 changed files with 1 additions and 4 deletions

View file

@ -7,6 +7,6 @@ server {
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
location / {
proxy_pass http://firefish:3000$request_uri;
proxy_pass http://firefish:3000;
}
}

View file

@ -11,9 +11,6 @@ services:
- /etc/ixvd/secrets/env/firefish.env
environment:
NODE_ENV: production
VIRTUAL_HOST: fedi.ixvd.net
LETSENCRYPT_HOST: fedi.ixvd.net
VIRTUAL_PORT: 3000
SONIC_HOST: firefish-sonic
SONIC_SECRET: "firefish"
volumes: