site-deploy/nginx/conf.d/headers.conf

5 lines
183 B
Plaintext
Raw Normal View History

2019-07-08 21:08:03 +00:00
server_tokens off;
add_header Last-Modified '27 Feb 1984 13:37 GMT' always;
add_header X-Powered-By 'tux' always;
add_header Access-Control-Allow-Origin 'https://cloud.chaospott.ru';