Let's make symlinks great again

This commit is contained in:
siinus
2019-10-20 00:40:47 +03:00
parent 752b39d19a
commit 1f353da03a

View File

@@ -82,7 +82,8 @@ server {
location /vnc {
alias /var/www/noVNC;
autoindex on;
try_files $uri $uri/ index.html;
index vnc.html;
try_files $uri $uri/ vnc.html;
}
location /projektor/ {