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