Removed old/unused parts

This commit is contained in:
2019-05-07 00:52:36 +01:00
parent ca4bcd2577
commit 18d45f5d45
4 changed files with 1 additions and 24 deletions

View File

@@ -19,11 +19,8 @@ http {
access_log /var/log/nginx/access.log main;
sendfile on;
#tcp_nopush on;
keepalive_timeout 65;
#gzip on;
include /etc/nginx/conf.d/*.conf;
}