This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:80 { | |
root /var/www/mempool/browser | |
handle /api/v1/* { | |
reverse_proxy 127.0.0.1:8999 | |
} | |
handle /api/* { | |
uri replace /api/ /api/v1/ | |
reverse_proxy 127.0.0.1:8999 |