home · contact · privacy
Update Firefox.
[config] / bin / renew_certs.sh
index a1a2b96058e4d4010086bb6e6ac68fc1bd83651a..d1853b5837e7bd94b22e3591fba14ddad4ecc990 100755 (executable)
@@ -1,3 +1,5 @@
 #!/bin/sh
 
-~/letsencrypt/letsencrypt-auto renew --webroot -w /var/www/html/
+service nginx stop
+~/letsencrypt/letsencrypt-auto renew
+service nginx restart