diff --git a/apiserver/conf/nginx.conf b/apiserver/conf/nginx.conf index a270645..1a8e3f7 100755 --- a/apiserver/conf/nginx.conf +++ b/apiserver/conf/nginx.conf @@ -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;