@ -35,20 +35,6 @@ http {
init_by_lua_block{
local _ = require "resty.mongol"
}
server
{
listen 85;
index index.html index.htm index.php;
root /www/proj/goserver/admin/assets/web/dist;
server_name 116.62.197.177;
location ~ /\.htaccess {
deny all;
location / {
root html;
index index.html index.htm;
server {
listen 8898;
include location.conf;