doc/book/en/admin/instance-config.rst
branchstable
changeset 2172 cf8f9180e63e
parent 1714 a721966779be
child 2445 6f065b366d14
equal deleted inserted replaced
2125:19861294506f 2172:cf8f9180e63e
    49    takes to the http:::
    49    takes to the http:::
    50 
    50 
    51      RewriteCond %(REQUEST_URI) ^/demo
    51      RewriteCond %(REQUEST_URI) ^/demo
    52      RewriteRule ^/demo$ /demo/
    52      RewriteRule ^/demo$ /demo/
    53      RewriteRule ^/demo/(.*) http://127.0.0.1:8080/$1 [L,P]
    53      RewriteRule ^/demo/(.*) http://127.0.0.1:8080/$1 [L,P]
    54   
    54 
    55    and for the https:::
    55    and for the https:::
    56 
    56 
    57      RewriteCond %(REQUEST_URI) ^/ demo
    57      RewriteCond %(REQUEST_URI) ^/ demo
    58      RewriteRule ^/demo$/demo/
    58      RewriteRule ^/demo$/demo/
    59      RewriteRule ^/demo/(.*) http://127.0.0.1:8080/https/$1 [L,P]
    59      RewriteRule ^/demo/(.*) http://127.0.0.1:8080/https/$1 [L,P]