Initial commit for the project
This commit is contained in:
10
rp/vhost.d/fireflyiii.domain.tld_location
Normal file
10
rp/vhost.d/fireflyiii.domain.tld_location
Normal file
@@ -0,0 +1,10 @@
|
||||
# https://docs.firefly-iii.org/firefly-iii/installation/docker/
|
||||
# In the section "Docker and reverse proxies", this is suggested for Nginx.
|
||||
# Put it in the vhost.d/ folder, with your domain and _location at the end
|
||||
# as a filename.
|
||||
|
||||
proxy_set_header X-Forwarded-Proto $scheme;
|
||||
proxy_set_header X-Forwarded-Host $host;
|
||||
proxy_set_header X-Forwarded-Server $host;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
proxy_set_header Host $host;
|
||||
Reference in New Issue
Block a user