mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-21 03:02:09 +00:00
Merge 22a5a6f917
into 828512b95a
This commit is contained in:
commit
3329336762
@ -95,6 +95,10 @@ if [ -L /etc/init.d/php-fastcgi ]; then
|
|||||||
apt-get -y purge php5-cgi #NODOC
|
apt-get -y purge php5-cgi #NODOC
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Don't expose the php version
|
||||||
|
tools/editconf.py /etc/nginx/fastcgi_params \
|
||||||
|
"fastcgi_param PHP_VALUE \"expose_php"="Off\";"
|
||||||
|
|
||||||
# Remove obsoleted scripts. #NODOC
|
# Remove obsoleted scripts. #NODOC
|
||||||
# exchange-autodiscover is now handled by Z-Push. #NODOC
|
# exchange-autodiscover is now handled by Z-Push. #NODOC
|
||||||
for f in webfinger exchange-autodiscover; do #NODOC
|
for f in webfinger exchange-autodiscover; do #NODOC
|
||||||
|
Loading…
Reference in New Issue
Block a user