mirror of
https://github.com/newnius/Dockerfiles.git
synced 2025-06-06 16:11:55 +00:00
update php:7.1
This commit is contained in:
parent
b2b9f4cbc6
commit
139160d3aa
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user