mirror of
https://github.com/webbukkit/dynmap.git
synced 2025-03-02 10:41:29 +01:00
Updated Setting up Dynamic Map with apache2 under Debian (markdown)
parent
ea2722af57
commit
35bbf2bc19
@ -18,13 +18,13 @@ Next, we must 'redirect' `/dynmap/up/` to dynmap's internal webserver. To do thi
|
||||
|
||||
```apache
|
||||
...
|
||||
Alias /dynmap/tiles /opt/minecraft_server/tiles
|
||||
Alias /dynmap/tiles /opt/minecraft_server/plugins/dynmap/web/tiles/
|
||||
|
||||
RewriteEngine on
|
||||
RewriteRule /dynmap/up/(.*) http://localhost:8123/up/$1 [P,L]
|
||||
</VirtualHost>
|
||||
|
||||
<Directory /opt/minecraft_server/tiles>
|
||||
<Directory /opt/minecraft_server/plugins/dynmap/web/tiles/>
|
||||
Order allow,deny
|
||||
Allow from all
|
||||
</Directory>
|
||||
|
Loading…
Reference in New Issue
Block a user