Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c40a921

Browse files
committed
Allowed "Well-Known URIs".
1 parent 8cd712b commit c40a921

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

sites-available/example.com.conf

Lines changed: 6 additions & 0 deletions
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)