1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-07 09:10:03 +01:00

Add corresponding setting, also from Forge.

Ref: http://nginx.org/en/docs/hash.html
This commit is contained in:
Chris Brown
2019-09-09 17:24:17 -04:00
parent 0563408bc7
commit 68e1ee6491

View File

@@ -11,6 +11,7 @@ http {
sendfile on;
keepalive_timeout 65;
types_hash_max_size 2048;
client_max_body_size 128M;
server_names_hash_bucket_size 128;
@@ -20,6 +21,7 @@ http {
gzip_min_length 256;
gzip_proxied any;
gzip_vary on;
ssi on;
gzip_types