update php:7.1

This commit is contained in:
Newnius 2018-04-22 21:27:58 +08:00
parent b2b9f4cbc6
commit 139160d3aa

View File

@ -150,6 +150,7 @@ Include ports.conf
# the latter may be used for local directories served by the web server. If
# your system is serving content from a sub-directory in /srv you must allow
# access here, or in any related virtual host.
<Directory />
Options FollowSymLinks
AllowOverride None
@ -169,6 +170,14 @@ Include ports.conf
Require all granted
</Directory>
Alias /.well-known/acme-challenge/ /var/www/html/.well-known/acme-challenge/
<Directory "/var/www/html/.well-known/acme-challenge/">
Options None
AllowOverride None
ForceType text/plain
RedirectMatch 404 "^(?!/\.well-known/acme-challenge/[\w-]{43}$)"
</Directory>
#<Directory /srv/>
# Options Indexes FollowSymLinks
# AllowOverride None