Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions cake-nginx-secure.vhost
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,9 @@ location = /index.php {
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
fastcgi_intercept_errors on;
}

location ~ /.well-known {
allow all;
root {DOCROOT};
try_files $uri;
}