view host/start_nginx.sh @ 1848:6f3f1768fdde default tip

html encode dir names
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 20 Feb 2025 14:38:07 -0700
parents a65802b06b01
children
line wrap: on
line source

#!/bin/bash

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