view host/start_nginx.sh @ 2083:39d4215259ec ssltesting tip

tabs instead of spaces
author Violet7
date Tue, 09 Dec 2025 22:12:51 -0800
parents a65802b06b01
children
line wrap: on
line source

#!/bin/bash

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