mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
missing semicolon
This commit is contained in:
parent
b8148eb21e
commit
71d946957e
@ -21,7 +21,7 @@ server {
|
||||
|
||||
include /etc/nginx/common/protect.conf;
|
||||
include /etc/nginx/common/protect_add_header.conf;
|
||||
include /etc/nginx/common/logging.conf
|
||||
include /etc/nginx/common/logging.conf;
|
||||
|
||||
#gzip_static on;
|
||||
gzip on;
|
||||
|
||||
@ -6,7 +6,7 @@ server {
|
||||
|
||||
include /etc/nginx/common/protect.conf;
|
||||
include /etc/nginx/common/protect_add_header.conf;
|
||||
include /etc/nginx/common/logging.conf
|
||||
include /etc/nginx/common/logging.conf;
|
||||
|
||||
#gzip_static on;
|
||||
gzip on;
|
||||
|
||||
@ -6,7 +6,7 @@ server {
|
||||
|
||||
include /etc/nginx/common/protect.conf;
|
||||
include /etc/nginx/common/protect_add_header.conf;
|
||||
include /etc/nginx/common/logging.conf
|
||||
include /etc/nginx/common/logging.conf;
|
||||
|
||||
gzip on;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user