Replies: 2 comments 5 replies
-
We've been weaning ourselves off Nginx where we can, moving to app middleware, Traefik plugins, or load balancer and CDN features. If you aren't using nginx as a reverse proxy to your app, you could explore running it as an accessory and routing specific paths to it with Traefik. If you are using it as a proxy, you'd need to extend MRSK to create and run images on a Docker network so your nginx container could proxy to the app using its container name. Your best bet is to assess whether you can live without those Lua scripts or migrate them to another layer, like Traefik or a fronting CDN. |
Beta Was this translation helpful? Give feedback.
-
any update on how to use cloudflare to serve static parts? I don't really like to install nginx if I can serve all the assets directly from a CDN like cloudflare |
Beta Was this translation helpful? Give feedback.
-
Was looking into MRSK and was wondering how using NGINX would work? Our application relies on NGINX in front since we have some Lua scripts. I was wondering if anyone has added NGINX yet? Seems like it would kinda be redundant to Traefik?
Beta Was this translation helpful? Give feedback.
All reactions