Commit 592a97a3 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

remove needless / from rewrite rule.

parent 37e10364
Listen %(ip)s:%(port)s
<VirtualHost *:%(port)s>
%(ssl_enable)s
RewriteRule (.*) %(backend)s%(backend-path)s$1 [L,P]
RewriteRule ^/(.*) %(backend)s%(backend-path)s/$1 [L,P]
</VirtualHost>
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