Fix Decidim HTTP proxy

This commit is contained in:
Disassembler 2020-10-22 21:00:05 +02:00
parent 013f0d110e
commit a4c52f9b3b
Signed by: Disassembler
GPG Key ID: 524BD33A0EE29499

View File

@ -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;