fix bugs, issues

fix an issue with nginx upgrades where index.html was overwritten without asking
fix an issue with dashboards where positions were mixed up after removing welcome message and saving as default
This commit is contained in:
t3chn0m4g3
2016-10-27 11:11:51 +00:00
parent 8966eb5a98
commit 091025fcfb
5 changed files with 12 additions and 6 deletions

View File

@ -13,6 +13,7 @@ server {
### Basic server settings
#########################
listen 64297 ssl http2;
index tpotweb.html;
ssl_protocols TLSv1.2;
server_name example.com;
error_page 300 301 302 400 401 402 403 404 500 501 502 503 504 /error.html;