mirror of
https://github.com/laravel/valet.git
synced 2026-02-05 16:40:05 +01:00
fix http2
This commit is contained in:
@@ -8,13 +8,13 @@ server {
|
||||
}
|
||||
|
||||
server {
|
||||
listen 127.0.0.1:443 ssl http2;
|
||||
#listen VALET_LOOPBACK:443 ssl http2; # valet loopback
|
||||
listen 127.0.0.1:443 ssl;
|
||||
#listen VALET_LOOPBACK:443 ssl; # valet loopback
|
||||
server_name VALET_SITE www.VALET_SITE *.VALET_SITE;
|
||||
root /;
|
||||
charset utf-8;
|
||||
client_max_body_size 128M;
|
||||
http2_push_preload on;
|
||||
http2 on;
|
||||
|
||||
location /VALET_STATIC_PREFIX/ {
|
||||
internal;
|
||||
|
||||
Reference in New Issue
Block a user