Updated Setting up Dynamic Map with Apache httpd under Arch Linux (markdown)

FrozenCow 2011-01-16 05:43:43 -08:00
parent 92a83631db
commit 7e612d98c7

@ -16,8 +16,8 @@ Next, we must 'redirect' `/dynmap/up/` to dynmap's internal webserver. To do thi
```apache
...
Alias /image /ftp/pub/image
<Directory /ftp/pub/image>
Alias /dynmap/tiles /opt/minecraft_server/tiles
<Directory /opt/minecraft_server/tiles>
Order allow,deny
Allow from all
</Directory>