1
0
mirror of https://github.com/x86dev/docker-ttrss synced 2025-12-15 19:06:06 +00:00

Bugfixes.

This commit is contained in:
x86dev
2015-09-15 21:46:44 +02:00
parent 6c1af3b2a5
commit 64aa4f3e42
6 changed files with 13 additions and 15 deletions

View File

@@ -26,7 +26,7 @@ setup_nginx()
fi
# Configure Nginx so that is doesn't show its version number in the HTTP headers.
sed -i -e "s/.*server_tokens.*/server_tokens off;/g" /etc/nginx/nginx.conf
sed -i -e "s/.*server_tokens\s.*/server_tokens off;/g" /etc/nginx/nginx.conf
}
setup_ttrss()