Merge pull request #7458 from nextcloud/enh/6877/show-sub-steps

aio-interface: show sub-steps for starting containers
This commit is contained in:
Simon L.
2026-02-18 13:45:04 +01:00
committed by GitHub
11 changed files with 271 additions and 43 deletions

View File

@@ -21,6 +21,11 @@ Listen 8080 https
<FilesMatch "\.php$">
SetHandler "proxy:fcgi://127.0.0.1:9000"
</FilesMatch>
# Disable output buffering to enable streaming responses.
<Proxy "fcgi://127.0.0.1:9000/" flushpackets=on>
</Proxy>
# Master dir
DocumentRoot /var/www/docker-aio/php/public/
<Directory /var/www/docker-aio/php/public/>