mirror of
https://github.com/mashirozx/docker-php-nginx.git
synced 2024-11-22 23:08:15 +08:00
Removed sudo: false from Travis.yml, doesn't have any effect
This commit is contained in:
parent
e29ca805ff
commit
6003117145
@ -1,5 +1,3 @@
|
||||
sudo: false
|
||||
|
||||
services:
|
||||
- docker
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user