We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83e09cf commit b43b430Copy full SHA for b43b430
1 file changed
images/web/config/production.conf
@@ -23,11 +23,6 @@
23
</Location>
24
25
#Proxying traffic to CGImap
26
- # Fix for OSMCha changeset request issue.
27
- <Location /api/0.6/>
28
- SetEnvIfNoCase Accept-Encoding "^$" no_accept_encoding
29
- Header always set Accept-Encoding "identity" env=no_accept_encoding
30
- </Location>
31
ProxyTimeout 1200
32
RewriteCond %{REQUEST_URI} ^/api/0\.6/map
33
RewriteRule ^/api/0\.6/map(\.json|\.xml)?$ fcgi://${CGIMAP_URL}:${CGIMAP_PORT}$0 [P]
0 commit comments