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 0d63f2d commit 20d0bf7Copy full SHA for 20d0bf7
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