Add better URI path normalization, option to allow symlinks in web
path
This commit is contained in:
parent
016f7541dc
commit
92e7139553
3 changed files with 50 additions and 5 deletions
|
|
@ -106,6 +106,9 @@ webserver-port: 8123
|
|||
# Disables Webserver portion of Dynmap (Advanced users only)
|
||||
disable-webserver: false
|
||||
|
||||
# Enable/disable having the web server allow symbolic links (true=compatible with existing code, false=more secure (default))
|
||||
allow-symlinks: true
|
||||
|
||||
# Period between tile renders for fullrender, in seconds (non-zero to pace fullrenders, lessen CPU load)
|
||||
timesliceinterval: 0.0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue