Skip to content

Commit 18f33ea

Browse files
authored
Fix blocking .well-known/ URIs (#473)
1 parent 617b869 commit 18f33ea

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/variations/unit/etc/unit/config.d/ssl-full.json.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@
100100
{
101101
"match": {
102102
"uri": [
103+
"!/.well-known/*",
103104
"/.*",
104105
"/.*/",
105106
"/.*/*",

src/variations/unit/etc/unit/config.d/ssl-mixed.json.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@
8181
{
8282
"match": {
8383
"uri": [
84+
"!/.well-known/*",
8485
"/.*",
8586
"/.*/",
8687
"/.*/*",

src/variations/unit/etc/unit/config.d/ssl-off.json.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
{
4545
"match": {
4646
"uri": [
47+
"!/.well-known/*",
4748
"/.*",
4849
"/.*/",
4950
"/.*/*",

0 commit comments

Comments
 (0)