- or download this
ProxyRequests Off
ProxyPreserveHost On
...
ProxyPassReverse /rules http://localhost:3000/
RequestHeader set X-Forwarded-HTTPS "0"
- or download this
app->hook(before_dispatch => sub {
my ( $c ) = @_;
...
</body>
</html>
- or download this
<!DOCTYPE html>
...
</body>
</html>
- 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>