1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-05 16:40:05 +01:00

fix http2

This commit is contained in:
Pim
2023-10-06 16:05:25 +02:00
committed by GitHub
parent 80d8890995
commit 984d7f33b1

View File

@@ -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;