Skip to content

Commit fc2283b

Browse files
authored
Fix forwarding headers behind kamal proxy.
1 parent 664d7e2 commit fc2283b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config/deploy.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ env:
88
clear:
99
VIRTUAL_HOST: blazordiffusion.com
1010
DEPLOY_API: blazordiffusion.com
11+
ASPNETCORE_FORWARDEDHEADERS_ENABLED: true
1112
secret:
1213
- AI_SERVER_APIKEY
1314

@@ -52,4 +53,4 @@ accessories:
5253
env:
5354
secret:
5455
- R2_ACCESS_KEY_ID
55-
- R2_SECRET_ACCESS_KEY
56+
- R2_SECRET_ACCESS_KEY

0 commit comments

Comments
 (0)