We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ea8088 commit a2ce596Copy full SHA for a2ce596
novnc_rocker/templates/novnc_snippet.Dockerfile.em
@@ -21,7 +21,12 @@ COPY supervisor.conf /root/.supervisor
21
COPY novnc.conf /root/.supervisor/conf.d
22
COPY nginx.conf /root/.supervisor/conf.d
23
24
+
25
COPY self.pem /root/self.pem
26
COPY .htpasswd /opt/noVNC
27
28
+# Remove default nginx site
29
+RUN unlink /etc/nginx/sites-enabled/default
30
+# Setup our nginx site
31
COPY rproxy-nginx-site /etc/nginx/sites-available
32
RUN ln -s /etc/nginx/sites-available/rproxy-nginx-site /etc/nginx/sites-enabled/rproxy-nginx-site
0 commit comments