mirror of
https://github.com/newnius/Dockerfiles.git
synced 2025-12-13 01:36:43 +00:00
update php:7.1
This commit is contained in:
@@ -150,6 +150,7 @@ Include ports.conf
|
|||||||
# the latter may be used for local directories served by the web server. If
|
# 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
|
# your system is serving content from a sub-directory in /srv you must allow
|
||||||
# access here, or in any related virtual host.
|
# access here, or in any related virtual host.
|
||||||
|
|
||||||
<Directory />
|
<Directory />
|
||||||
Options FollowSymLinks
|
Options FollowSymLinks
|
||||||
AllowOverride None
|
AllowOverride None
|
||||||
@@ -169,6 +170,14 @@ Include ports.conf
|
|||||||
Require all granted
|
Require all granted
|
||||||
</Directory>
|
</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/>
|
#<Directory /srv/>
|
||||||
# Options Indexes FollowSymLinks
|
# Options Indexes FollowSymLinks
|
||||||
# AllowOverride None
|
# AllowOverride None
|
||||||
|
|||||||
Reference in New Issue
Block a user