Skip to content

Commit ab35e08

Browse files
committed
wip
1 parent 1f8eca8 commit ab35e08

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

Caddyfile

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
local_certs
3+
auto_https off
4+
frankenphp
5+
order php_server before file_server
6+
order php before file_server
7+
order request_header before rewrite
8+
}
9+
10+
:80 {
11+
@static {
12+
file
13+
path *.ico *.css *.js *.gif *.jpg *.jpeg *.png *.svg *.woff
14+
}
15+
root * /var/www/html/
16+
encode br zstd gzip
17+
php_server
18+
}

0 commit comments

Comments
 (0)