mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-21 23:16:59 +00:00
add logging to apache
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
bfcbc41141
commit
8dd871b368
1 changed files with 4 additions and 0 deletions
|
|
@ -1,5 +1,9 @@
|
||||||
Listen 8000
|
Listen 8000
|
||||||
<VirtualHost *:8000>
|
<VirtualHost *:8000>
|
||||||
|
# Add error log
|
||||||
|
CustomLog ${APACHE_LOG_DIR}/access.log combined
|
||||||
|
ErrorLog ${APACHE_LOG_DIR}/error.log
|
||||||
|
|
||||||
# PHP match
|
# PHP match
|
||||||
<FilesMatch "\.php$">
|
<FilesMatch "\.php$">
|
||||||
SetHandler "proxy:fcgi://nextcloud-aio-nextcloud:9000"
|
SetHandler "proxy:fcgi://nextcloud-aio-nextcloud:9000"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue