modified: serv_nginx/nginx/switch-config.sh
fix bag line 8
This commit is contained in:
@@ -5,7 +5,7 @@ if \
|
||||
[ -f "/etc/letsencrypt/live/yalarba.ru/fullchain.pem" ] && \
|
||||
[ -f "/etc/letsencrypt/live/easysite102.ru/fullchain.pem" ] && \
|
||||
[ -f "/etc/letsencrypt/live/valitovgaziz.ru/fullchain.pem" ] && \
|
||||
[ -f "/etc/letsencrypt/live/бегущийбашкир.рф/fullchain.pem"]; then
|
||||
[ -f "/etc/letsencrypt/live/бегущийбашкир.рф/fullchain.pem" ]; then
|
||||
echo "SSL certificates found for all domains, switching to HTTPS configuration"
|
||||
ln -sf /etc/nginx/nginx-ssl.conf /etc/nginx/conf.d/default.conf
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user