1
0
Fork 0

small changes to nginx default config file

refactor/models
Matthew 2020-03-28 18:16:27 -04:00
parent eafcdf1cf6
commit 9433ad997f
No known key found for this signature in database
GPG Key ID: 766BE43AE75F7559
1 changed files with 23 additions and 23 deletions

View File

@ -21,7 +21,7 @@ ssl_prefer_server_ciphers on;
ssl_stapling on; ssl_stapling on;
ssl_stapling_verify on; ssl_stapling_verify on;
limit_req zone=one burst=5; limit_req zone=one burst=15;
location / { location / {
proxy_set_header Host $host; proxy_set_header Host $host;