kinow commented on a change in pull request #6:
URL: https://github.com/apache/jena-site/pull/6#discussion_r416889868
##########
File path: static/.htaccess
##########
@@ -7,3 +7,8 @@ AddType application/owl+xml .owl
AddType text/trig .trig
AddType application/n-quads .nq
+
+RewriteEngine on
+# Switch http to https
+RewriteCond %{HTTPS} !=on
+RewriteRule ^(.*)$ https://%{SERVER_NAME}%{REQUEST_URI} [L,R]
Review comment:
nit pick :grimacing: no newline at end of file reported here
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]