From f38931f65f1c765e9bfd5ce6dfb90e907dcdf94e Mon Sep 17 00:00:00 2001 From: zhoulianbo Date: Mon, 22 Apr 2024 10:41:17 +0800 Subject: [PATCH] 1 --- apiserver/conf/nginx.conf | 14 -------------- 1 file changed, 14 deletions(-) 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;