Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos-caddy
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Guillaume Hervier
slapos-caddy
Commits
123e8474
Commit
123e8474
authored
Mar 06, 2015
by
Cédric Le Ninivin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5: apache handle _user request
parent
94ac017d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
stack/erp5/apache.conf.in
stack/erp5/apache.conf.in
+1
-1
stack/erp5/buildout.cfg
stack/erp5/buildout.cfg
+1
-1
No files found.
stack/erp5/apache.conf.in
View file @
123e8474
...
...
@@ -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 -%}
stack/erp5/buildout.cfg
View file @
123e8474
...
...
@@ -350,7 +350,7 @@ md5sum = 3628f0ba358e7ee96a8d0185c4775911
[template-apache-conf]
< = download-base
filename = apache.conf.in
md5sum =
dedfe759c3421e0186703fe1257bae8f
md5sum =
399ea8b0b8bdcc63d7295351445a863a
[template-haproxy-cfg]
< = download-base
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment