We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95d9c0e commit 0a7abedCopy full SHA for 0a7abed
Caddyfile
@@ -2,16 +2,14 @@
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
:8100 {
11
@static {
12
file
13
- path *.ico *.css *.js *.gif *.jpg *.jpeg *.png *.svg *.woff
+ path *.avif *.ico *.css *.js *.gif *.jpg *.jpeg *.png *.svg *.woff *.woff2 *.gpx
14
+ header @static Cache-Control max-age=5184000
15
root * /var/www/html/
16
encode br zstd gzip
17
php_server
0 commit comments