We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6396b9e commit f6013feCopy full SHA for f6013fe
func/domain.sh
@@ -309,6 +309,8 @@ del_web_config() {
309
# Remove domain configuration files and clean up symbolic links
310
rm -f /etc/$WEB_SYSTEM/conf.d/domains/$domain.conf
311
rm -f /etc/$PROXY_SYSTEM/conf.d/domains/$domain.conf
312
+ rm -f /etc/$WEB_SYSTEM/conf.d/domains/$domain.ssl.conf
313
+ rm -f /etc/$PROXY_SYSTEM/conf.d/domains/$domain.ssl.conf
314
315
# Clean up legacy configuration files
316
if [ -e "$conf" ]; then
0 commit comments