Clarify subdomain vs subfolder proxying benefits

This commit is contained in:
nomandera 2022-06-26 16:35:16 +00:00 committed by GitHub
parent 0c6ea75f39
commit 15b02c5cac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,6 +11,12 @@ They are grouped in two:
1. `subfolder` these will allow accessing services at https://yourdomain.com/servicename
2. `subdomain` these will allow accessing services at https://servicename.yourdomain.com
It is recommended that users deploy subdomain reverse proxying and not subfolder.
Whilst subfolder reverse proxying appears easier to implement the inherent nature of this technique requires that each application developer make accommodations to support it. This is not always the case and it is common to see applications with no or partial support resulting in an unreliable experience.
Conversely subdomain reverse proxying does not require special accommodation by application developers and will invariably work (or can be made to work) seamlessly without upstream changes.
## To enable the reverse proxy configs:
### Configure your default site config