This commit is contained in:
parent
c7a0ae934a
commit
5e8a6ab7db
2 changed files with 3 additions and 2 deletions
|
@ -25,14 +25,14 @@ http {
|
|||
|
||||
|
||||
server {
|
||||
listen 8899;
|
||||
listen 80 default_server;
|
||||
listen [::]:80 default_server;
|
||||
|
||||
gzip on;
|
||||
gzip_types text/plain application/xml;
|
||||
gzip_proxied no-cache no-store private expired auth;
|
||||
gzip_min_length 1000;
|
||||
|
||||
server_name localhost;
|
||||
charset utf-8;
|
||||
|
||||
client_max_body_size 4G;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue