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 }} ...@@ -68,6 +68,6 @@ Listen {{ ip }}:{{ port }}
{% endfor -%} {% endfor -%}
<VirtualHost *:{{ port }}> <VirtualHost *:{{ port }}>
SSLEngine on SSLEngine on
RewriteRule ^/(.*) {{ backend }}/$1 [L,P] RewriteRule ^(/_user|/_anon)?/(.*) {{ backend }}/$2 [L,P]
</VirtualHost> </VirtualHost>
{% endfor -%} {% endfor -%}
...@@ -350,7 +350,7 @@ md5sum = 3628f0ba358e7ee96a8d0185c4775911 ...@@ -350,7 +350,7 @@ md5sum = 3628f0ba358e7ee96a8d0185c4775911
[template-apache-conf] [template-apache-conf]
< = download-base < = download-base
filename = apache.conf.in filename = apache.conf.in
md5sum = dedfe759c3421e0186703fe1257bae8f md5sum = 399ea8b0b8bdcc63d7295351445a863a
[template-haproxy-cfg] [template-haproxy-cfg]
< = download-base < = 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