Skip to content

Commit b5e5084

Browse files
authored
Merge pull request #49 from joomla-projects/feature/nginx-access-log
Enable nginx access log
2 parents 10baf2f + ccb2d3b commit b5e5084

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)