mirror of
https://github.com/netfun2000/docker-php-nginx.git
synced 2026-08-13 05:51:49 +08:00
Removed sudo: false from Travis.yml, doesn't have any effect
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
sudo: false
|
||||
|
||||
services:
|
||||
- docker
|
||||
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user