1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/concrete5_ynh.git synced 2024-09-03 18:25:54 +02:00

Update nginx.conf

This commit is contained in:
frju365 2017-03-02 15:20:12 +01:00 committed by GitHub
parent 8baad94ec3
commit be9e4a3eb1

View file

@ -1,5 +1,5 @@
root ROOT_PATH;
server_name https://APP_URL
server_name https://APP_URL;
add_header "X-Frame-Options" "SAMEORIGIN";
add_header "X-XSS-Protection" "1; mode=block";
add_header "X-Content-Type-Options" "nosniff";