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 19406d3 commit ae74cafCopy full SHA for ae74caf
src/config.nginx
@@ -313,7 +313,7 @@ server {
313
314
# geo:iso_ext
315
location ~* "^/(geo:iso_ext:)?([a-z]{2}((-[a-z0-9]+){0,2}))\.json(/cover(/base16h)?)?$" {
316
- rewrite "(?i)^/(geo:iso_ext:)?(.+)\.json$" /rpc/jurisdiction_geojson_from_isolabel?p_code=$2 break;
+ rewrite "(?i)^/(geo:iso_ext:)?(.+)\.json$" /rpc/jurisdiction_geojson_from_isolabel?p_code=$2 break;
317
rewrite "(?i)^/(geo:iso_ext:)?(.+)\.json/cover$" /rpc/jurisdiction_coverage?p_iso=$2 break;
318
rewrite "(?i)^/(geo:iso_ext:)?(.+)\.json/cover/base16h$" /rpc/jurisdiction_coverage?p_iso=$2&p_base=16 break;
319
proxy_pass http://test_backend;
0 commit comments