We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 10baf2f + ccb2d3b commit b5e5084Copy full SHA for b5e5084
docker/nginx/nginx.conf
@@ -3,7 +3,7 @@ server {
3
4
client_max_body_size 2M;
5
6
- access_log off;
+ access_log /var/log/nginx/application.access.log;
7
8
root /application/public;
9
index index.php;
0 commit comments