Mercurial Hosting > luan
comparison host/renewSsl.sh @ 2050:1f4c590bf0ae acme-tiny
explicitly specify nginx conf
| author | Violet7 |
|---|---|
| date | Tue, 11 Nov 2025 18:21:08 -0800 |
| parents | 59f3a7f3d10b |
| children | caeaf6e76467 |
comparison
equal
deleted
inserted
replaced
| 2049:26ef16b1f09c | 2050:1f4c590bf0ae |
|---|---|
| 43 } || { | 43 } || { |
| 44 echo "Error processing $SITEROOT — skipping." | 44 echo "Error processing $SITEROOT — skipping." |
| 45 } | 45 } |
| 46 done | 46 done |
| 47 | 47 |
| 48 sudo /usr/local/bin/nginx -s reload | 48 sudo /usr/local/bin/nginx -s reload -c "$(pwd)/local/nginx.conf" |
| 49 echo "Nginx reloaded." | 49 echo "Nginx reloaded." |
