mirror of
https://github.com/laravel/valet.git
synced 2026-02-05 08:30:07 +01:00
Merge pull request #818 from drbyte/forge-matchup1
Allow for longer domain names
This commit is contained in:
@@ -11,13 +11,17 @@ http {
|
||||
|
||||
sendfile on;
|
||||
keepalive_timeout 65;
|
||||
types_hash_max_size 2048;
|
||||
client_max_body_size 128M;
|
||||
|
||||
server_names_hash_bucket_size 128;
|
||||
|
||||
gzip on;
|
||||
gzip_comp_level 5;
|
||||
gzip_min_length 256;
|
||||
gzip_proxied any;
|
||||
gzip_vary on;
|
||||
|
||||
ssi on;
|
||||
|
||||
gzip_types
|
||||
|
||||
Reference in New Issue
Block a user