| |
---|
| | add_header X-XSS-Protection "1; mode=block"; |
---|
| | add_header X-Robots-Tag none; |
---|
| | add_header X-Download-Options noopen; |
---|
| | add_header X-Permitted-Cross-Domain-Policies none; |
---|
| | add_header Referrer-Policy no-referrer; |
---|
| | |
---|
| | # Remove X-Powered-By, which is an information leak |
---|
| | fastcgi_hide_header X-Powered-By; |
---|
| | |
---|
| | # Remove X-Powered-By, which is an information leak |
---|
| | fastcgi_hide_header X-Powered-By; |
---|
| | |
---|
| | # Path to the root of your installation |
---|
| | root /var/www/html; |
---|
| | |
---|
| | location = /robots.txt { |
---|
| | allow all; |
---|
| |
---|
| | |