mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
remove cgi-bin scripts
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
c5697a8637
commit
87a2d6fd8e
2 changed files with 4 additions and 0 deletions
|
|
@ -93,6 +93,7 @@ RUN set -ex; \
|
|||
-e 's/^#\(LoadModule .*mod_mpm_event.so\)/\1/' \
|
||||
-e 's/\(LoadModule .*mod_mpm_worker.so\)/#\1/' \
|
||||
-e 's/\(LoadModule .*mod_mpm_prefork.so\)/#\1/' \
|
||||
-e 's/\(ScriptAlias \)/#\1/' \
|
||||
/etc/apache2/httpd.conf; \
|
||||
mkdir -p /etc/apache2/logs; \
|
||||
rm /etc/apache2/conf.d/ssl.conf; \
|
||||
|
|
@ -108,6 +109,7 @@ RUN set -ex; \
|
|||
/etc/apache2/conf.d/userdir.conf \
|
||||
/etc/apache2/conf.d/info.conf; \
|
||||
\
|
||||
rm -rf /var/www/localhost/cgi-bin/; \
|
||||
mkdir /var/log/supervisord; \
|
||||
mkdir /var/run/supervisord;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue