diff --git a/web/config.js b/web/config.js index a6085513..44de8508 100644 --- a/web/config.js +++ b/web/config.js @@ -1,6 +1,7 @@ var config = { tileUrl: 'tiles/', updateUrl: 'up/', // For Apache and lighttpd +// updateUrl: 'up.php?path=', // For Apache and lighttpd without ability to natively proxy // updateUrl: 'up.aspx?path=', // For IIS tileWidth: 128, tileHeight: 128 diff --git a/web/up.php b/web/up.php new file mode 100644 index 00000000..347d6469 --- /dev/null +++ b/web/up.php @@ -0,0 +1,32 @@ + + +