Skip to content

Commit ccb2d3b

Browse files
committed
enabel nginx access log
1 parent 10baf2f commit ccb2d3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/nginx/nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ server {
33

44
client_max_body_size 2M;
55

6-
access_log off;
6+
access_log /var/log/nginx/application.access.log;
77

88
root /application/public;
99
index index.php;

0 commit comments

Comments
 (0)