view host/start_nginx.sh @ 2061:dd10659fcdb9 acme-tiny tip

Renew ssl monthly instead of daily; Fix renewSsl.sh
author Violet7
date Thu, 13 Nov 2025 23:17:16 -0800
parents a65802b06b01
children
line wrap: on
line source

#!/bin/bash

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