Skip to content

Commit e4ec3c7

Browse files
committed
wip
1 parent c52dbd3 commit e4ec3c7

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/tests.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)