File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -71,5 +71,4 @@ sudo cp $TRAVIS_BUILD_DIR/travis-ci/defaultsite.vhost /etc/nginx/sites-available
7171sudo ln -s /etc/nginx/sites-available/default.vhost /etc/nginx/sites-enabled/default.vhost
7272sudo mv $TRAVIS_BUILD_DIR /travis-ci/nginx.conf /etc/nginx/nginx.conf
7373sudo nginx -t
74- sudo systemctl status nginx
7574sudo nginx -V
Original file line number Diff line number Diff line change @@ -20,12 +20,13 @@ http {
2020 keepalive_timeout 90s ;
2121 keepalive_requests 1000 ;
2222 server_tokens off;
23- #client_body_buffer_size 32k;
24- #client_header_buffer_size 1k;
25- #client_max_body_size 50M;
26- #types_hash_max_size 2048;
27- #large_client_header_buffers 4 16k;
28- #variables_hash_max_size: 2048;
23+ client_body_buffer_size 32k ;
24+ client_header_buffer_size 1k ;
25+ client_max_body_size 50M ;
26+ types_hash_max_size 2048 ;
27+ large_client_header_buffers 4 16k ;
28+ variables_hash_max_size : 2048 ;
29+ variables_hash_bucket_size : 1024 ;
2930 # Our request limiter zone for wp-login attacks
3031 limit_req_zone $binary_remote_addr zone =wp-login:10m rate=1r /s;
3132
You can’t perform that action at this time.
0 commit comments