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 db76e16 commit e10eca1Copy full SHA for e10eca1
.github/workflows/nginx.conf-test.yaml
@@ -14,4 +14,6 @@ jobs:
14
- name: Checkout repository
15
uses: actions/checkout@v5
16
- name: Test Nginx configuration
17
- run: nginx -t -c $(pwd)/nginx.conf
+ run: |
18
+ echo "http { include 'nginx.conf'; }" > default.conf
19
+ nginx -t -c $(pwd)/default.conf
0 commit comments