Fix Decidim HTTP proxy
This commit is contained in:
parent
013f0d110e
commit
a4c52f9b3b
@ -26,6 +26,7 @@ http {
|
||||
server_name localhost;
|
||||
|
||||
passenger_enabled on;
|
||||
passenger_set_header Host $http_x_forwarded_host;
|
||||
rails_env production;
|
||||
|
||||
root /srv/decidim-app/public;
|
||||
|
Loading…
Reference in New Issue
Block a user