updated settings

master
Thomas Rudin 2018-10-01 09:46:35 +02:00
parent 1ea7dfce35
commit d3f070bff0
4 changed files with 7 additions and 10 deletions

View File

@ -11,7 +11,7 @@
var MapHref = "map/#-1782.25/493.5/10";
var ServerStatsButton = m("a", {class: "btn btn-secondary btn-block", href:"grafana/d/cACE6ppik/overview?refresh=5s&orgId=1"}, "Server status");
var ForumButton = m("a", {class:"btn btn-success btn-block",href:"forum"}, "Forum");
var ForumButton = m("a", {class:"btn btn-primary btn-block",href:"https://forum.minetest.net/viewtopic.php?f=10&t=20311"}, "Forum");
var HighscoreButton = m("a", {class:"btn btn-primary btn-block",href:"highscore"}, "Highscore");
var MapButton = m("a", {class:"btn btn-primary btn-block",href:MapHref}, "Realtime Map");
var GithubButton = m("a", {class: "btn btn-secondary btn-block", href:"https://github.com/pandorabox-io/pandorabox.io"}, "Github/Issues");

View File

@ -1,10 +1,7 @@
location /forum {
proxy_pass http://forum/forum;
proxy_buffering off;
proxy_http_version 1.1;
proxy_set_header Host $http_host;
proxy_redirect off;
proxy_set_header Host pandorabox.io;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $http_connection;
access_log off;
}

View File

@ -9,10 +9,10 @@ tile.cache.impl=DATABASE
#tilerenderer.initialrendering.enable=true
#log.tile.updatetimings=true
tilerenderer.updateinterval=15
tilerenderer.updateinterval=10
#log.query.performance=true
tilerenderer.maxupdateblocks=2000
tilerenderer.maxupdateblocks=2500
tile.rendering.strategy=ASAP
prometheus.enable=true

View File

@ -1 +1 @@
docker-compose exec postgres psql -U postgres
docker-compose exec postgres psql -U postgres $*