view host/start_nginx.sh @ 2090:639441abad7b ssltesting

revert to using site/DOMAIN instead of site/DOMAIN/ssl
author Violet7
date Thu, 11 Dec 2025 20:28:38 -0800
parents a65802b06b01
children
line wrap: on
line source

#!/bin/bash

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