diff --git a/docker/sympa/default.conf b/docker/sympa/default.conf index 8533116342253632a5a34197172ee2e492c12685..5538fa16ef2b732d2d120a929995a9d9a4a0167e 100644 --- a/docker/sympa/default.conf +++ b/docker/sympa/default.conf @@ -24,6 +24,7 @@ RewriteEngine on # Do not redirect static, css and pictures RewriteCond %{REQUEST_URI} !^/(static|css|pictures)-sympa/.* + RewriteCond %{REQUEST_URI} !^/sympasoap.* # Avoid redirect loops RewriteCond %{REQUEST_URI} !^/wws.* # Prepend wws @@ -37,6 +38,8 @@ # Hide direct access to /wws with 307 to preserve data and method RewriteCond %{REQUEST_URI} ^/wws.* + RewriteCond %{REQUEST_URI} !^/(static|css|pictures)-sympa/.* + RewriteCond %{REQUEST_URI} !^/sympasoap.* RewriteRule /wws(.*) $1 [L,QSA,R=307] # For debug purposes, uncomment this line