mirror of
https://github.com/laravel/valet.git
synced 2026-02-05 00:20:08 +01:00
added http2 directive
This commit is contained in:
@@ -12,6 +12,7 @@ server {
|
||||
root /;
|
||||
charset utf-8;
|
||||
client_max_body_size 512M;
|
||||
http2 on;
|
||||
|
||||
location /VALET_STATIC_PREFIX/ {
|
||||
internal;
|
||||
|
||||
Reference in New Issue
Block a user