1
0
mirror of https://github.com/mxpv/podsync.git synced 2024-05-11 05:55:04 +00:00

Hide nginx version

This commit is contained in:
Maksym Pavlenko
2017-01-21 11:23:18 -08:00
parent cbcae42728
commit da17cbe5a1

View File

@@ -2,6 +2,7 @@ server {
listen 80;
gzip on;
server_tokens off;
location / {
proxy_pass http://app:5001;