mirror of
https://github.com/aljazceru/CTFd.git
synced 2025-12-17 05:54:19 +01:00
Move gzip config so location is on top
This commit is contained in:
@@ -15,10 +15,10 @@ http {
|
|||||||
|
|
||||||
server {
|
server {
|
||||||
|
|
||||||
gzip on;
|
|
||||||
|
|
||||||
listen 80;
|
listen 80;
|
||||||
|
|
||||||
|
gzip on;
|
||||||
|
|
||||||
client_max_body_size 4G;
|
client_max_body_size 4G;
|
||||||
|
|
||||||
# Handle Server Sent Events for Notifications
|
# Handle Server Sent Events for Notifications
|
||||||
|
|||||||
Reference in New Issue
Block a user