浏览代码

更换openresty镜像

peterguo 1 月之前
父节点
当前提交
0165847ca4
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      openresty/nginx.conf

+ 0 - 3
openresty/nginx.conf

@@ -96,12 +96,9 @@ http {
     #luap配置
     #luap配置
     #lua_package_path '/usr/local/openresty/site/lualib/?.lua;';
     #lua_package_path '/usr/local/openresty/site/lualib/?.lua;';
 
 
-    include /etc/nginx/conf.d/*.conf;
     include /etc/nginx/sites-available/*.conf;
     include /etc/nginx/sites-available/*.conf;
 
 
     # Don't reveal OpenResty version to clients.
     # Don't reveal OpenResty version to clients.
     server_tokens off;
     server_tokens off;
     charset UTF-8;
     charset UTF-8;
 }
 }
-
-include /etc/nginx/conf.d/*.main;