view host/start_nginx.sh @ 2082:cdc9a31c6f71 ssltesting tip

update renewSsl.sh to reflect changes in directory structure
author Violet7
date Tue, 09 Dec 2025 17:53:16 -0800
parents a65802b06b01
children
line wrap: on
line source

#!/bin/bash

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