Updated Setting up Dynamic Map with apache2 under Debian (markdown)

FrozenCow 2011-01-15 08:46:17 -08:00
parent e981abb4dd
commit a4b7b0d23e
1 changed files with 1 additions and 1 deletions

@ -12,7 +12,7 @@ Next, we must 'redirect' `/dynmap/up/` to dynmap's internal webserver. To do thi
```apache
...
RewriteEngine on
RewriteRule /dynmap/up/(.*) http://localhost:8123/$1 [P,L]
RewriteRule /dynmap/up/(.*) http://localhost:8123/up/$1 [P,L]
</VirtualHost>
<Proxy http://localhost:8123/*>