mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Do not include /etc/nginx/mime.types in nginx integration testing.
This file (or /etc/nginx in whole) might not exist on the target system.
This commit is contained in:
parent
4fbb5cb80f
commit
a7a863e1f2
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ http {
|
|||
keepalive_timeout 65;
|
||||
types_hash_max_size 2048;
|
||||
|
||||
include /etc/nginx/mime.types;
|
||||
#include /etc/nginx/mime.types;
|
||||
index index.html index.htm index.php;
|
||||
|
||||
log_format main '\$remote_addr - \$remote_user [\$time_local] \$status '
|
||||
|
|
|
|||
Loading…
Reference in a new issue