Spaces:
Sleeping
Sleeping
Update conf/nginx.conf
Browse files- conf/nginx.conf +0 -2
conf/nginx.conf
CHANGED
|
@@ -15,9 +15,7 @@ events {
|
|
| 15 |
|
| 16 |
http {
|
| 17 |
include mime.types;
|
| 18 |
-
include /etc/nginx/conf.d/*.conf;
|
| 19 |
|
| 20 |
-
client_body_temp_path /tmp/nginx/client_temp
|
| 21 |
default_type application/octet-stream;
|
| 22 |
|
| 23 |
#log_format main '$remote_addr - $remote_user [$time_local] "$request" '
|
|
|
|
| 15 |
|
| 16 |
http {
|
| 17 |
include mime.types;
|
|
|
|
| 18 |
|
|
|
|
| 19 |
default_type application/octet-stream;
|
| 20 |
|
| 21 |
#log_format main '$remote_addr - $remote_user [$time_local] "$request" '
|