NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

Dear OSM community,

  1. Can mod_tile be configured with Nginx webserver?
  2. Is there any module for Nginx which does the same as mod_tile to Apache?

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's gravatar image

komms
11113
accept rate: 0%


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.

permanent link

answered 08 Apr '19, 19:12

Frederik%20Ramm's gravatar image

Frederik Ramm ♦
82.5k927201273
accept rate: 23%

will try and update here.

(08 Apr '19, 19:46) komms

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×440
×287
×4
×4

question asked: 08 Apr '19, 19:06

question was seen: 4,686 times

last updated: 08 Apr '19, 19:46

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum