diff --git a/.travis.yml b/.travis.yml index 11fa9ea..5f4188e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,3 @@ -sudo: false - services: - docker diff --git a/config/nginx.conf b/config/nginx.conf index abab62b..551c5fa 100644 --- a/config/nginx.conf +++ b/config/nginx.conf @@ -9,7 +9,7 @@ server { index index.php index.html; error_log /dev/stderr info; - access_log /dev/stdout; + access_log /dev/stdout; location / { # First attempt to serve request as file, then