Skip to content

Update backend_hostheader.map #708

Update backend_hostheader.map

Update backend_hostheader.map #708

Workflow file for this run

name: Check nginx config parsing
on:
pull_request:
branches: [ prod ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build the Docker image
run: docker build . --build-arg "landscape=prod" --tag webrouter:test
- name: Try parsing the configs
run: docker run -e "LANDSCAPE=prod" webrouter:test /usr/sbin/run-nginx.sh -t