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 282e4dd commit 23343c6Copy full SHA for 23343c6
1 file changed
recipe/provision/Caddyfile
@@ -1,5 +1,6 @@
1
{{domain}} {
2
root * {{deploy_path}}/current/{{public_path}}
3
+ encode zstd gzip
4
file_server
5
php_fastcgi * unix//run/php/php{{php_version}}-fpm.sock {
6
resolve_root_symlink
@@ -16,6 +17,7 @@
16
17
expression {http.error.status_code} == 404
18
}
19
rewrite @404 /404.html
20
21
file_server {
22
root /var/deployer
23
0 commit comments