1
0
Fork 0
mirror of https://git.tt-rss.org/fox/ttrss-docker-compose synced 2025-06-16 19:39:52 +02:00

Hide nginx server tokens

This commit is contained in:
robut 2021-08-06 16:05:01 +03:00
parent 54c78c3323
commit fcc33c167e

View file

@ -13,6 +13,7 @@ http {
error_log /dev/stderr warn; error_log /dev/stderr warn;
sendfile on; sendfile on;
server_tokens off;
index index.php; index index.php;