view host/start_nginx.sh @ 2109:8f5863f0870d ssltesting tip

minor test
author Violet7
date Tue, 16 Dec 2025 18:58:36 -0800
parents a65802b06b01
children
line wrap: on
line source

#!/bin/bash

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