Skip to content

Commit ee823a9

Browse files
committed
wip
1 parent 01e2e8e commit ee823a9

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -35,18 +35,10 @@ jobs:
3535
--health-retries=5
3636
web:
3737
image: dunglas/frankenphp:1.9-php${{ matrix.php }}
38-
ports: [ 8100:80 ]
38+
ports: [ 8100:8100 ]
3939
env:
4040
FRANKENPHP_CONFIG: |
41-
{
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
48-
}
49-
:80 {
41+
localhost:8100 {
5042
root * /var/www/html/
5143
encode br zstd gzip
5244
php_server

0 commit comments

Comments
 (0)