Static Web Server

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

Web Directory Manager

Manage your files inside your web directory

If you do not want to enable web access to your web directory, you can disable this feature with -webfm=false startup paramter