1
0
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:
Pim
2023-10-06 15:36:51 +02:00
committed by GitHub
parent 6441882a14
commit 80d8890995

View File

@@ -12,6 +12,7 @@ server {
root /;
charset utf-8;
client_max_body_size 512M;
http2 on;
location /VALET_STATIC_PREFIX/ {
internal;