[Jrisk-cvs] SF.net SVN: jrisk-code:[1062] Grasshopper/server/apac he2-sites-enabled/msg.yura.net.co
Brought to you by:
yuranet
|
From: <yu...@us...> - 2024-12-28 16:14:08
|
Revision: 1062
http://sourceforge.net/p/jrisk/code/1062
Author: yuranet
Date: 2024-12-28 16:14:06 +0000 (Sat, 28 Dec 2024)
Log Message:
-----------
redirect comment
Modified Paths:
--------------
Grasshopper/server/apache2-sites-enabled/msg.yura.net.conf
Modified: Grasshopper/server/apache2-sites-enabled/msg.yura.net.conf
===================================================================
--- Grasshopper/server/apache2-sites-enabled/msg.yura.net.conf 2024-12-27 21:20:23 UTC (rev 1061)
+++ Grasshopper/server/apache2-sites-enabled/msg.yura.net.conf 2024-12-28 16:14:06 UTC (rev 1062)
@@ -45,4 +45,8 @@
Allow from 127.0.0.0/255.0.0.0 ::1/128
</Directory>
+# added by letsencrypt certbot to redirect http to https
+# RewriteEngine on
+# RewriteCond %{SERVER_NAME} =msg.yura.net
+# RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]
</VirtualHost>
|