Spaces:
Sleeping
Sleeping
Update conf/nginx.conf
Browse files- 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" '
|