Let's make symlinks great again

pull/5/head
siinus 6 years ago
parent 752b39d19a
commit 1f353da03a
  1. 3
      nginx/default

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

Loading…
Cancel
Save