master^2
zhoulianbo 1 year ago
parent 94983322a7
commit f38931f65f

@ -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;

Loading…
Cancel
Save