services: photoprism: log access in specific file
This commit is contained in:
parent
9612efeb21
commit
00df5ff49b
|
@ -76,6 +76,7 @@ in {
|
||||||
proxy_read_timeout 600;
|
proxy_read_timeout 600;
|
||||||
proxy_send_timeout 600;
|
proxy_send_timeout 600;
|
||||||
client_max_body_size 100m;
|
client_max_body_size 100m;
|
||||||
|
access_log /var/log/nginx/photoprism_access.log;
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue