mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-06 04:51:33 -07:00
fix typo
This commit is contained in:
parent
d876739884
commit
8b7a052003
1 changed files with 1 additions and 1 deletions
2
.github/workflows/check_samples.yml
vendored
2
.github/workflows/check_samples.yml
vendored
|
@ -62,7 +62,7 @@ jobs:
|
||||||
- name: Check Nginx Conf Validity
|
- name: Check Nginx Conf Validity
|
||||||
run: |
|
run: |
|
||||||
curl -fsL "https://raw.githubusercontent.com/linuxserver/docker-swag/master/root/defaults/nginx/proxy.conf.sample" -o proxy.conf
|
curl -fsL "https://raw.githubusercontent.com/linuxserver/docker-swag/master/root/defaults/nginx/proxy.conf.sample" -o proxy.conf
|
||||||
docker run -d --rm --name nginx -v "${WORKSPACE}:/testconfs:ro" ghcr.io/linuxserver/nginx
|
docker run -d --rm --name nginx -v "${GITHUB_WORKSPACE}:/testconfs:ro" ghcr.io/linuxserver/nginx
|
||||||
sleep 5
|
sleep 5
|
||||||
docker exec nginx bash -c "\
|
docker exec nginx bash -c "\
|
||||||
mkdir -p /config/nginx/proxy-confs && \
|
mkdir -p /config/nginx/proxy-confs && \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue