view host/start_nginx.sh @ 1925:0156fe64a610 default tip

move editor out
author Franklin Schmidt <fschmidt@gmail.com>
date Mon, 21 Apr 2025 13:06:14 -0600
parents a65802b06b01
children
line wrap: on
line source

#!/bin/bash

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