ShawnAI commited on
Commit
b0f8e94
·
verified ·
1 Parent(s): e2e3f17

Update conf/nginx.conf

Browse files
Files changed (1) hide show
  1. conf/nginx.conf +1 -0
conf/nginx.conf CHANGED
@@ -18,6 +18,7 @@ events {
18
 
19
  http {
20
  include mime.types;
 
21
  default_type application/octet-stream;
22
 
23
  #log_format main '$remote_addr - $remote_user [$time_local] "$request" '
 
18
 
19
  http {
20
  include mime.types;
21
+ include /etc/nginx/conf.d/*.conf;
22
  default_type application/octet-stream;
23
 
24
  #log_format main '$remote_addr - $remote_user [$time_local] "$request" '