|
|
@ -35,20 +35,6 @@ http {
|
|
|
|
init_by_lua_block{
|
|
|
|
init_by_lua_block{
|
|
|
|
local _ = require "resty.mongol"
|
|
|
|
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 {
|
|
|
|
server {
|
|
|
|
listen 8898;
|
|
|
|
listen 8898;
|
|
|
|
include location.conf;
|
|
|
|
include location.conf;
|
|
|
|