A simple static web server that serve html css and js files
Running
Listen port :8081
Web Server Settings
If this folder do not contains any index files, list the directory of this folder.
The web server root folder can only be changed via startup flags of zoraxy for security reasons.
See the -webserv flag for more details.
Use http://127.0.0.1:8081 in proxy rules to access the web server
Changes are saved automatically
How to access the static web server?
There are three ways to access the static web server.
If you are using Zoraxy as your gateway reverse proxy server,
you can add a new subdomain proxy rule that points to
http://127.0.0.1:8081
If you are using Zoraxy under another reverse proxy server,
add http://127.0.0.1:8081 to the config of your upper layer reverse proxy server's config file.