nginx logging

This commit is contained in:
Sebastian Hugentobler 2018-01-30 11:49:45 +01:00
parent 3748d871a6
commit 11bc8706c1

View File

@ -1,3 +1,6 @@
error_log /dev/stdout info;
access_log /dev/stdout;
upstream php {
server 127.0.0.1:9000;
}