File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 67
67
if [ "${{ github.event_name }}" == "push" ]; then
68
68
echo "NEXT_PUBLIC_OIDC_SERVER_URL=https://${{ steps.set-github-outputs.outputs.url }}/" >> $GITHUB_ENV
69
69
else
70
- echo "NEXT_PUBLIC_OIDC_SERVER_URL=https://${{ steps.set-github-outputs.outputs.url }}oidc/realms/demo/" >> $GITHUB_ENV
70
+ echo "NEXT_PUBLIC_OIDC_SERVER_URL=https://${{ steps.set-github-outputs.outputs.url }}/ oidc/realms/demo/" >> $GITHUB_ENV
71
71
fi
72
72
-
73
73
name : Build Docker images
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ framework:
6
6
handle_all_throwables : true
7
7
8
8
trusted_proxies : ' %env(TRUSTED_PROXIES)%'
9
- trusted_hosts : ' %env(TRUSTED_HOSTS)%'
9
+ # trusted_hosts: '%env(TRUSTED_HOSTS)%'
10
10
# See https://caddyserver.com/docs/caddyfile/directives/reverse_proxy#headers
11
11
trusted_headers : [ 'x-forwarded-for', 'x-forwarded-proto' ]
12
12
You can’t perform that action at this time.
0 commit comments