diff 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
line wrap: on
line diff
--- a/host/renewSsl.sh	Tue Nov 11 17:36:06 2025 -0800
+++ b/host/renewSsl.sh	Tue Nov 11 18:21:08 2025 -0800
@@ -45,5 +45,5 @@
   }
 done
 
-sudo /usr/local/bin/nginx -s reload
+sudo /usr/local/bin/nginx -s reload -c "$(pwd)/local/nginx.conf"
 echo "Nginx reloaded."