File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -39,21 +39,21 @@ jobs:
3939 env :
4040 FRANKENPHP_CONFIG : >-
4141 {
42- local_certs
43- auto_https off
44- frankenphp
45- order php_server before file_server
46- order php before file_server
47- order request_header before rewrite
42+ local_certs
43+ auto_https off
44+ frankenphp
45+ order php_server before file_server
46+ order php before file_server
47+ order request_header before rewrite
4848 }
4949 :80 {
50- @static {
51- file
52- path *.ico *.css *.js *.gif *.jpg *.jpeg *.png *.svg *.woff
53- }
54- root * /var/www/html/
55- encode br zstd gzip
56- php_server
50+ @static {
51+ file
52+ path *.ico *.css *.js *.gif *.jpg *.jpeg *.png *.svg *.woff
53+ }
54+ root * /var/www/html/
55+ encode br zstd gzip
56+ php_server
5757 }
5858 volumes :
5959 - ${{ github.workspace }}/wordpress:/var/www/html
You can’t perform that action at this time.
0 commit comments