Files
jose aacc0df179 v6.8.8
1. Add user login function.
2. Add the first professional plug-in Nginx WAF.
3. Release a new version of the online editor.
4. Fixed some bugs.
2021-02-23 11:13:56 +08:00

7 lines
99 B
Plaintext

server
{
listen 80;
server_name _;
index index.html;
root /www/server/nginx/html;
}