Skip to content

Commit 6d507b8

Browse files
committed
Merge branch 'master' of github.com:kool-dev/docker-php into supervisord
2 parents 249e653 + 0fc540c commit 6d507b8

File tree

10 files changed

+22
-30
lines changed

10 files changed

+22
-30
lines changed

.github/workflows/ci-cd.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ on:
44
push:
55
workflow_dispatch:
66
schedule:
7-
- cron: '0 0 * * 0'
7+
- cron: "0 0 * * 0"
88

99
jobs:
1010
build:
1111
runs-on: ubuntu-latest
1212

1313
strategy:
1414
matrix:
15-
version: ['8.1', '8.2', '8.3', '8.4']
16-
type: ['', '-prod']
15+
version: ["8.1", "8.2", "8.3", "8.4"]
16+
type: ["", "-prod"]
1717

1818
steps:
1919
- name: Checkout code
@@ -95,6 +95,7 @@ jobs:
9595
docker run -e ENABLE_XDEBUG=true kooldev/php:${{ matrix.version }}-nginx${{ matrix.type }} php -m
9696
9797
docker run kooldev/php:${{ matrix.version }}-nginx${{ matrix.type }} nginx -v
98+
docker run kooldev/php:${{ matrix.version }}-nginx${{ matrix.type }} nginx -T
9899
docker run kooldev/php:${{ matrix.version }}-nginx${{ matrix.type }} supervisord --version
99100
100101
- name: Build and push (nginx)

8.1-nginx-prod/default.tmpl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,11 @@ server {
4040
add_header X-Frame-Options "SAMEORIGIN";
4141

4242
# basic H5BP suggestions
43-
include h5bp/internet_explorer/x-ua-compatible.conf;
4443
include h5bp/security/referrer-policy.conf;
4544
include h5bp/security/x-content-type-options.conf;
46-
include h5bp/security/x-xss-protection.conf;
45+
include h5bp/cross-origin/requests.conf;
4746

4847
# performance enhancements (mostly for caching static data)
4948
include h5bp/web_performance/cache-file-descriptors.conf;
50-
include h5bp/web_performance/pre-compressed_content_gzip.conf;
49+
include h5bp/web_performance/compression.conf;
5150
}

8.1-nginx/default.tmpl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,11 @@ server {
4040
add_header X-Frame-Options "SAMEORIGIN";
4141

4242
# basic H5BP suggestions
43-
include h5bp/internet_explorer/x-ua-compatible.conf;
4443
include h5bp/security/referrer-policy.conf;
4544
include h5bp/security/x-content-type-options.conf;
46-
include h5bp/security/x-xss-protection.conf;
45+
include h5bp/cross-origin/requests.conf;
4746

4847
# performance enhancements (mostly for caching static data)
4948
include h5bp/web_performance/cache-file-descriptors.conf;
50-
include h5bp/web_performance/pre-compressed_content_gzip.conf;
49+
include h5bp/web_performance/compression.conf;
5150
}

8.2-nginx-prod/default.tmpl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,11 @@ server {
4040
add_header X-Frame-Options "SAMEORIGIN";
4141

4242
# basic H5BP suggestions
43-
include h5bp/internet_explorer/x-ua-compatible.conf;
4443
include h5bp/security/referrer-policy.conf;
4544
include h5bp/security/x-content-type-options.conf;
46-
include h5bp/security/x-xss-protection.conf;
45+
include h5bp/cross-origin/requests.conf;
4746

4847
# performance enhancements (mostly for caching static data)
4948
include h5bp/web_performance/cache-file-descriptors.conf;
50-
include h5bp/web_performance/pre-compressed_content_gzip.conf;
49+
include h5bp/web_performance/compression.conf;
5150
}

8.2-nginx/default.tmpl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,11 @@ server {
4040
add_header X-Frame-Options "SAMEORIGIN";
4141

4242
# basic H5BP suggestions
43-
include h5bp/internet_explorer/x-ua-compatible.conf;
4443
include h5bp/security/referrer-policy.conf;
4544
include h5bp/security/x-content-type-options.conf;
46-
include h5bp/security/x-xss-protection.conf;
45+
include h5bp/cross-origin/requests.conf;
4746

4847
# performance enhancements (mostly for caching static data)
4948
include h5bp/web_performance/cache-file-descriptors.conf;
50-
include h5bp/web_performance/pre-compressed_content_gzip.conf;
49+
include h5bp/web_performance/compression.conf;
5150
}

8.3-nginx-prod/default.tmpl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,11 @@ server {
4040
add_header X-Frame-Options "SAMEORIGIN";
4141

4242
# basic H5BP suggestions
43-
include h5bp/internet_explorer/x-ua-compatible.conf;
4443
include h5bp/security/referrer-policy.conf;
4544
include h5bp/security/x-content-type-options.conf;
46-
include h5bp/security/x-xss-protection.conf;
45+
include h5bp/cross-origin/requests.conf;
4746

4847
# performance enhancements (mostly for caching static data)
4948
include h5bp/web_performance/cache-file-descriptors.conf;
50-
include h5bp/web_performance/pre-compressed_content_gzip.conf;
49+
include h5bp/web_performance/compression.conf;
5150
}

8.3-nginx/default.tmpl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,11 @@ server {
4040
add_header X-Frame-Options "SAMEORIGIN";
4141

4242
# basic H5BP suggestions
43-
include h5bp/internet_explorer/x-ua-compatible.conf;
4443
include h5bp/security/referrer-policy.conf;
4544
include h5bp/security/x-content-type-options.conf;
46-
include h5bp/security/x-xss-protection.conf;
45+
include h5bp/cross-origin/requests.conf;
4746

4847
# performance enhancements (mostly for caching static data)
4948
include h5bp/web_performance/cache-file-descriptors.conf;
50-
include h5bp/web_performance/pre-compressed_content_gzip.conf;
49+
include h5bp/web_performance/compression.conf;
5150
}

8.4-nginx-prod/default.tmpl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,11 @@ server {
4040
add_header X-Frame-Options "SAMEORIGIN";
4141

4242
# basic H5BP suggestions
43-
include h5bp/internet_explorer/x-ua-compatible.conf;
4443
include h5bp/security/referrer-policy.conf;
4544
include h5bp/security/x-content-type-options.conf;
46-
include h5bp/security/x-xss-protection.conf;
45+
include h5bp/cross-origin/requests.conf;
4746

4847
# performance enhancements (mostly for caching static data)
4948
include h5bp/web_performance/cache-file-descriptors.conf;
50-
include h5bp/web_performance/pre-compressed_content_gzip.conf;
49+
include h5bp/web_performance/compression.conf;
5150
}

8.4-nginx/default.tmpl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,11 @@ server {
4040
add_header X-Frame-Options "SAMEORIGIN";
4141

4242
# basic H5BP suggestions
43-
include h5bp/internet_explorer/x-ua-compatible.conf;
4443
include h5bp/security/referrer-policy.conf;
4544
include h5bp/security/x-content-type-options.conf;
46-
include h5bp/security/x-xss-protection.conf;
45+
include h5bp/cross-origin/requests.conf;
4746

4847
# performance enhancements (mostly for caching static data)
4948
include h5bp/web_performance/cache-file-descriptors.conf;
50-
include h5bp/web_performance/pre-compressed_content_gzip.conf;
49+
include h5bp/web_performance/compression.conf;
5150
}

template/default-tmpl.blade.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,11 @@
4040
add_header X-Frame-Options "SAMEORIGIN";
4141

4242
# basic H5BP suggestions
43-
include h5bp/internet_explorer/x-ua-compatible.conf;
4443
include h5bp/security/referrer-policy.conf;
4544
include h5bp/security/x-content-type-options.conf;
46-
include h5bp/security/x-xss-protection.conf;
45+
include h5bp/cross-origin/requests.conf;
4746

4847
# performance enhancements (mostly for caching static data)
4948
include h5bp/web_performance/cache-file-descriptors.conf;
50-
include h5bp/web_performance/pre-compressed_content_gzip.conf;
49+
include h5bp/web_performance/compression.conf;
5150
}

0 commit comments

Comments
 (0)