Hi! I find that my ktor server is behaving complet...
# ktor
g
Hi! I find that my ktor server is behaving completely differently when located behind a nginx reverse proxy. All routing blocks are normally called but that is not the case for a lot of intercepting blocks. For example, the
CachingHeaders
features is not working (the code is not executed during client request). What do I missed here?