nginx logging
This commit is contained in:
parent
3748d871a6
commit
11bc8706c1
@ -1,3 +1,6 @@
|
||||
error_log /dev/stdout info;
|
||||
access_log /dev/stdout;
|
||||
|
||||
upstream php {
|
||||
server 127.0.0.1:9000;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user