diff --git a/nginx/default b/nginx/default index d32b58a..faa90d7 100644 --- a/nginx/default +++ b/nginx/default @@ -91,12 +91,15 @@ server { location /projektor/ { proxy_pass http://127.0.0.1:6999/; - proxy_set_header X-Real-IP $remote_addr; - proxy_set_header X-Scheme $scheme; - proxy_http_version 1.1; - proxy_set_header Upgrade $http_upgrade; - proxy_set_header Connection "upgrade"; + proxy_set_header X-Real-IP $remote_addr; + proxy_set_header X-Scheme $scheme; + proxy_http_version 1.1; + proxy_set_header Upgrade $http_upgrade; + proxy_set_header Connection "upgrade"; + } + location /projector/ { + proxy_pass http://projektor.kontor.lapikud.ee/cgi-bin/; } } diff --git a/www/index.html b/www/index.html index 335c238..c9d425b 100644 --- a/www/index.html +++ b/www/index.html @@ -28,6 +28,10 @@ color: black; } + .center { + text-align: center; + } + .button-grid { display: grid; grid-auto-columns: 1fr; @@ -136,6 +140,7 @@ +