simple deployment instructions added
This commit is contained in:
parent
83d5a6402f
commit
13dd3487d7
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ Make both files accessible for apache.
|
||||||
## Possible use in lighttpd
|
## Possible use in lighttpd
|
||||||
Put the script `src/mvncache.php` in the directory you want to be used as maven proxy.
|
Put the script `src/mvncache.php` in the directory you want to be used as maven proxy.
|
||||||
Add the following line to your virtual host configuration:
|
Add the following line to your virtual host configuration:
|
||||||
|
|
||||||
server.error-handler-404 = "/mvncache.php"
|
server.error-handler-404 = "/mvncache.php"
|
||||||
|
|
||||||
This path is relative to the value in `server.document-root`.
|
This path is relative to the value in `server.document-root`.
|
Loading…
Reference in a new issue