Administrator
This chapter is special guide for Web Runtime maintenance and settings. And you can refer to Administrator and Steps after installing for some general settings that including: Configure Domain, HTTPS Setting, Migration, Web Server configuration, Docker Setting, Database connection, Backup & Restore...
FAQ
默认字符集是什么?
UTF-8
Nginx 虚拟主机配置文件是什么?
虚拟主机配置文件是 Nginx 用于管理多个网站的配置段集合,路径为:/etc/nginx/conf.d/default.conf。
每个配置段的形式为: server{ },有多少个网站就有多少个配置段
如何修改示例网站根目录?
修改 Nginx 虚拟主机配置文件 path
如果没有域名是否可以部署 Web 应用?
可以,访问http://服务器公网IP:端口号 即可