mirror of
https://github.com/aljazceru/CTFd.git
synced 2025-12-17 05:54:19 +01:00
Enable gzip for nginx
This commit is contained in:
@@ -15,6 +15,8 @@ http {
|
||||
|
||||
server {
|
||||
|
||||
gzip on;
|
||||
|
||||
listen 80;
|
||||
|
||||
client_max_body_size 4G;
|
||||
|
||||
Reference in New Issue
Block a user