Dear OSM community,
I have an application in Flask which is using Nginx and it needs to display maps. As OSM uses Apache2, how can I run the both servers? or Is there a better solution? Thank you in advance :) asked 08 Apr '19, 19:06 komms |
To my knowledge there's nothing like mod_tile for nginx, but you could trivially run Apache on a different port, say port 81, and then configure your nginx to pass through (proxy) certain requests it receives to Apache. answered 08 Apr '19, 19:12 Frederik Ramm ♦ will try and update here.
(08 Apr '19, 19:46)
komms
|