Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion community/BluemapLazyServer.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ server {
# Proxy all requests for live data to the integrated webserver.
# Fall back to @server-offline if it can't be contacted.
location ~* ^/maps/[^/]*/live/ {
proxy_read_timeout 2s; # required if lazymc pauses the server instead of shutting it down
proxy_connect_timeout 2s; # required if lazymc pauses the server instead of shutting it down
error_page 502 504 = @server-offline;
proxy_pass http://127.0.0.1:8100; # the default port for the integrated webserver, adapt to your setup
}
Expand Down