view host/start_nginx.sh @ 2124:9706beda7f13 ssltesting tip

remove autoindex and add try_files under acme-challenge
author Violet7
date Mon, 12 Jan 2026 11:21:35 -0800
parents a65802b06b01
children
line wrap: on
line source

#!/bin/bash

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