This repository has been archived on 2025-01-25. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
hasio-addons/mopidy-addon/rootfs/etc/nginx/includes/server_params.conf
2022-03-16 12:35:10 +01:00

7 lines
173 B
Plaintext

root /dev/null;
server_name $hostname;
add_header X-Content-Type-Options nosniff;
add_header X-XSS-Protection "1; mode=block";
add_header X-Robots-Tag none;