Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cd712b commit c40a921Copy full SHA for c40a921
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