🚑 Fixes upstream changed webroot location

This commit is contained in:
Franck Nijhof 2018-06-21 23:01:46 +02:00 committed by Franck Nijhof
parent 471fe599a9
commit a0ddbd8370
5 changed files with 8 additions and 8 deletions

View file

@ -16,7 +16,7 @@ http {
server_name hassio.local;
listen 9541 default_server ssl;
listen [::]:9541 default_server ssl;
root /var/www/tasmoadmin;
root /var/www/tasmoadmin/tasmoadmin;
index index.php;
ssl_certificate /ssl/%%certfile%%;