view host/start_nginx.sh @ 2127:9d6603bdf729

re-add custom nginx confs
author Violet7
date Thu, 15 Jan 2026 21:00:12 -0800
parents a65802b06b01
children 6a2383baecb6
line wrap: on
line source

#!/bin/bash

sudo $(which nginx) -c $(pwd)/local/nginx.conf;