We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bad4b88 + c40a921 commit ba5ca3fCopy full SHA for ba5ca3f
sites-available/example.com.conf
@@ -56,6 +56,12 @@ server {
56
## Uncomment if you're proxying to Apache for handling PHP.
57
#proxy_http_version 1.1; # keep alive to the Apache upstream
58
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
+
65
################################################################
66
### Generic configuration: for most Drupal 7 sites.
67
0 commit comments