Skip to content

Commit

Permalink
Merge pull request #3151 from sandhose/update-nginx-errors
Browse files Browse the repository at this point in the history
Met à jour la config nginx pour correctement gérer les erreurs 500
  • Loading branch information
Eskimon committed Nov 9, 2015
2 parents 1754941 + dae0b75 commit f097b9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/source/install/deploy-in-production.rst
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ Installer nginx. Sous Debian, la configuration est splittée par site. Pour Zest
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_intercept_errors on;
add_header P3P 'CP="ALL DSP COR PSAa PSDa OUR NOR ONL UNI COM NAV"';
add_header Strict-Transport-Security max-age=15768000;
Expand Down

0 comments on commit f097b9a

Please sign in to comment.