Skip to content

Commit aac2fd1

Browse files
committed
Update default.conf
Access and error logs are now written to the file again by default.
1 parent 83f6cb7 commit aac2fd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nginx/conf.d/default.conf

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ server {
22
listen 80;
33
server_name "";
44

5-
#access_log /home/container/naccess.log;
6-
#error_log /home/container/nerror.log error;
5+
access_log /home/container/logs/naccess.log;
6+
error_log /home/container/logs/nerror.log error;
77

88
root /home/container/www;
99
index index.html index.htm index.php;

0 commit comments

Comments
 (0)