forked from pool/matomo
Eric Schirra
1069e7187d
- (add) more secure PHP settings for: upload_tmp_dir => "/var/cache/apache2" (upload is disabled, but this makes Matomo's security check happy) session.save_path => "/run/matomo_sessions/", to keep session files secure. Added: matomo-tmpfile.conf for this - just recommend cron and mariadb: * mariadb can be run on another host (matomo just needs the client) * cron script can be obsoleted by the provided systemd timer - pre-require php, to run the commands in post - recommend php-openssl for (php) curl requests from matomo OBS-URL: https://build.opensuse.org/request/show/759049 OBS-URL: https://build.opensuse.org/package/show/network:utilities/matomo?expand=0&rev=47
3 lines
93 B
Plaintext
3 lines
93 B
Plaintext
# setting PHP's session.save_path to this directory
|
|
d /run/matomo_sessions 0750 wwwrun www -
|