Replies: 2 comments
-
OK so I figured this out. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Could you be more specific with your instructions please?Sent from my Galaxy
-------- Original message --------From: Lewy Blue ***@***.***> Date: 09/09/2022 04:18 (GMT+00:00) To: NginxProxyManager/nginx-proxy-manager ***@***.***> Cc: Subscribed ***@***.***> Subject: Re: [NginxProxyManager/nginx-proxy-manager] Are location and server directives automatically applied in the Advanced tab? (Discussion #2183)
OK so I figured this out.
For anyone else coming here, the answer is no. You need to add a custom location and set it to / then apply the rules there.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've run into the
upstream sent too big header while reading response header from upstream
error with keycloak so I need to increase theproxy_buffer_size
size.What I have seen is people simply pasting the following into the advanced tab for the proxy host.
If I do this, where is it applied? Just to this host? Or all hosts?
Also, it seems like I only need this at
/auth/realms/master/protocol/openid-connect/auth
so can I use a location like this?Beta Was this translation helpful? Give feedback.
All reactions