Browse Source

[d] Properly redirecting in apache conf

Blallo 5 years ago
parent
commit
0e42a12610
1 changed files with 4 additions and 0 deletions
  1. 4 0
      docker/frontend-apache.conf

+ 4 - 0
docker/frontend-apache.conf

@@ -188,6 +188,8 @@ LogLevel warn
     #AddOutputFilter INCLUDES .shtml
 </IfModule>
 
+Redirect permanent "/tt-rss" "/tt-rss/"
+
 ProxyPreserveHost On
 <Location /tt-rss/>
 ProxyPass http://tt-rss/tt-rss/
@@ -199,6 +201,8 @@ RewriteRule .* - [E=RU:%{LA-U:REMOTE_USER},NS]
 RequestHeader set X-Forwarded-User %{RU}e
 </Location>
 
+Redirect permanent "/rss-bridge" "/rss-bridge/"
+
 <Location /rss-bridge/>
 ProxyPass http://rss-bridge/
 ProxyPassReverse http://rss-bridge/