Files
hassio-addons/wger/rootfs/etc/nginx/includes/server_params.conf
Alexandre 875e9d2ffe Added
2022-11-28 14:06:47 +01:00

7 lines
188 B
Plaintext

root /home/wger/src/wger/core;
server_name $hostname;
add_header X-Content-Type-Options nosniff;
add_header X-XSS-Protection "1; mode=block";
add_header X-Robots-Tag none;