feat: spun up firefly-iii

This commit is contained in:
Nick 2025-11-17 19:09:15 -06:00
parent 2dd987b77e
commit be482eae73

View file

@ -72,9 +72,9 @@ in
encode gzip encode gzip
php_fastcgi unix//run/phpfpm/firefly-iii.sock { php_fastcgi unix//run/phpfpm/firefly-iii.sock {
env HTTP_X_FORWARDED_PROTO {http.request.header.X-Forwarded-Proto} env HTTP_X_FORWARDED_PROTO https
env HTTP_X_FORWARDED_HOST {http.request.header.X-Forwarded-Host} env HTTP_X_FORWARDED_HOST {http.request.header.X-Forwarded-Host}
env HTTPS {http.request.header.X-Forwarded-Proto} env HTTPS on
} }
''; '';
}; };