mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-15 10:43:55 -04:00
Fix dev container Apache logs (#5660)
Apache logs were not available from the dev container. Quick fix while waiting for a better integrated solution (e.g. coming in output window) - contributions welcome.
This commit is contained in:
committed by
GitHub
parent
0beabc333f
commit
2cb4f2e233
@@ -9,4 +9,4 @@ cp ./Docker/*.Apache.conf /etc/apache2/conf.d/
|
||||
chown -R developer:www-data /home/developer/freshrss-data
|
||||
chmod -R g+rwX /home/developer/freshrss-data
|
||||
|
||||
httpd
|
||||
httpd -c 'ErrorLog "/var/log/apache2/error.log"' -c 'CustomLog "/var/log/apache2/access.log" combined_proxy'
|
||||
|
||||
Reference in New Issue
Block a user