Skip to content

Configure NGINX proxy pass #1

Configure NGINX proxy pass

Configure NGINX proxy pass #1

Workflow file for this run

# GitHub Actions workflow for validating NGINX configuration files
# https://github.com/jhinch/nginx-linter
name: Lint NGINX config files
on: [ push ]
jobs:
lint:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install nginx-linter
run: npm install -g nginx-linter
- name: Lint systemd units
run: nginx-linter