Skip to content

Commit ba5ca3f

Browse files
authored
Merge pull request #244 from kkomelin/D7
* Allowed "Well-Known URIs".
2 parents bad4b88 + c40a921 commit ba5ca3f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

sites-available/example.com.conf

+6
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,12 @@ server {
5656
## Uncomment if you're proxying to Apache for handling PHP.
5757
#proxy_http_version 1.1; # keep alive to the Apache upstream
5858

59+
# Allow "Well-Known URIs" as per RFC 5785.
60+
# Necessary for Let’s Encrypt validation server.
61+
location ~* ^/.well-known/ {
62+
allow all;
63+
}
64+
5965
################################################################
6066
### Generic configuration: for most Drupal 7 sites.
6167
################################################################

0 commit comments

Comments
 (0)