Commit 123e8474 authored by Cédric Le Ninivin's avatar Cédric Le Ninivin

erp5: apache handle _user request

parent 94ac017d
......@@ -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 -%}
......@@ -350,7 +350,7 @@ md5sum = 3628f0ba358e7ee96a8d0185c4775911
[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