Static Web Server

A simple static web server that serve html css and js files

Web Server Settings

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
Enable static web server. Use %webserv% in proxy rules to enable

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.
Directly access the web server via http://{zoraxy_host_ip}:8081 (Not recommended)