Help for this page

Select Code to Download


  1. or download this
      ProxyRequests Off
      ProxyPreserveHost On
    ...
      ProxyPassReverse /rules http://localhost:3000/
      RequestHeader set X-Forwarded-HTTPS "0"
    
  2. or download this
    app->hook(before_dispatch => sub {
      my ( $c ) = @_;
    ...
    </body>
    </html>
    
  3. or download this
    
    <!DOCTYPE html>
    ...
    </body>
    </html>
    
  4. or download this
    <form action="/all%2Frules"><input type="submit" value="Home"></form>
    <form action="/all%2Frules/user"><input type="submit" value="User"></f
    +orm>
    
    <a href="/all%2Frules">Home</a>
    <a href="/all%2Frules/user">User</a>