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 0473397 commit b37f4adCopy full SHA for b37f4ad
config/deploy.yml
@@ -4,6 +4,9 @@ service: my-app
4
# Name of the container image.
5
image: my-user/myapp
6
7
+env:
8
+ ASPNETCORE_FORWARDEDHEADERS_ENABLED: true
9
+
10
# Deploy to these servers.
11
servers:
12
# IP address of server, optionally use env variable.
0 commit comments