FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit ac3f37e0 authored by Vitor Trovisco's avatar Vitor Trovisco
Browse files

Update canto_443.conf - testing Kim's new suggestion

parent 068ecdda
No related branches found
No related tags found
1 merge request!19Update canto_443.conf and weekly_export.sh
......@@ -37,14 +37,24 @@
RewriteRule ^/$ /pombe/docs/canto_front [PT,QSA]
RewriteRule ^/(docs|tools|local)/(.*) /pombe/$1/$2 [PT,QSA]
## Define location
#<Location /pombe>
# RequestHeader set X-Request-Base /pombe
# </Location>
# Configure Proxy
# ProxyPass /pombe http://localhost:7000 retry=5
# ProxyPassReverse /pombe http://localhost:7000
# Define location
<Location /pombe>
RequestHeader set X-Request-Base /pombe
<Location />
RequestHeader set X-Request-Base /
</Location>
# Configure Proxy
ProxyPass /pombe http://localhost:7000 retry=5
ProxyPassReverse /pombe http://localhost:7000
ProxyPass / http://localhost:7000 retry=5
ProxyPassReverse / http://localhost:7000
<IfModule mod_deflate.c>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment