mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-22 01:22:54 +00:00
fix: increase nginx transport security
This commit is contained in:
committed by
Rainer Killinger
parent
5f969c53f6
commit
8fe6a2795f
@@ -8,7 +8,6 @@ events {
|
||||
worker_connections 1024;
|
||||
}
|
||||
|
||||
|
||||
http {
|
||||
include mime.types;
|
||||
default_type application/octet-stream;
|
||||
@@ -20,10 +19,8 @@ http {
|
||||
|
||||
sendfile on;
|
||||
#tcp_nopush on;
|
||||
|
||||
gzip on;
|
||||
keepalive_timeout 65;
|
||||
|
||||
gzip on;
|
||||
|
||||
include /etc/nginx/conf.d/*;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user