Parcourir la source

[d] Properly redirecting in apache conf

Blallo il y a 5 ans
Parent
commit
0e42a12610
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  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/