ruijst/ttrss-openshift/master/php/.htaccess
AddType image/svg+xml svg
AddType image/svg+xml svgz
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{HTTP:X-Forwarded-Proto} !https
RewriteRule .* https://%{HTTP_HOST}%{REQUEST_URI} [R,L]
</IfModule>
Files
