Commit 454b5026 authored by Tristan Cavelier's avatar Tristan Cavelier

erp5: make apache handles /_user or /_anon urls

parent 980e1148
......@@ -68,6 +68,6 @@ Listen {{ ip }}:{{ port }}
{% endfor -%}
<VirtualHost *:{{ port }}>
SSLEngine on
RewriteRule ^/(.*) {{ backend }}/$1 [L,P]
RewriteRule ^(/_user|/_anon)?/(.*) {{ backend }}/$2 [L,P]
</VirtualHost>
{% endfor -%}
......@@ -368,7 +368,7 @@ md5sum = 86131104949100316eece4bcae8ee1b8
[template-apache-conf]
< = download-base
filename = apache.conf.in
md5sum = dedfe759c3421e0186703fe1257bae8f
md5sum = 399ea8b0b8bdcc63d7295351445a863a
[template-haproxy-cfg]
< = download-base
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment