Mercurial Hosting > luan
view host/update_ssl_conf.sh @ 2090:639441abad7b ssltesting
revert to using site/DOMAIN instead of site/DOMAIN/ssl
| author | Violet7 |
|---|---|
| date | Thu, 11 Dec 2025 20:28:38 -0800 |
| parents | fefa68b56ddd |
| children |
line wrap: on
line source
#!/bin/bash set -e here=$(pwd) for conf in sites/*/nginx.ssl.conf; do domain=$(basename $(dirname "$conf")) luan startup/nginx/nginx.ssl.conf.luan $here $domain >$conf done
