update uwsgi/nginx dev configuration

This commit is contained in:
Wayne Witzel III
2016-12-09 10:28:38 -05:00
parent 8b8c29b9dc
commit 4c8af2a4b8
2 changed files with 22 additions and 11 deletions

View File

@@ -25,12 +25,6 @@ http {
sendfile on;
#tcp_nopush on;
ssl_session_cache shared:SSL:10m;
ssl_session_timeout 10m;
keepalive_timeout 65;
#gzip on;
include /etc/nginx/conf.d/*.conf;