We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f979974 commit fe19b47Copy full SHA for fe19b47
instruqt/tls/scripts/config.sh
@@ -42,4 +42,7 @@ chmod +x /root/generate_certs.sh
42
43
# Add student CNAME to /etc/cloud/templates/hosts.debian.tmpl to prevent "Unable to call proxied resource" errors in server.log
44
# as well as allow apps to resolve this hostname after instance pause & resume:
45
-#echo "127.0.0.1 $dns.instruqt.io" >> /etc/cloud/templates/hosts.debian.tmpl
+#echo "127.0.0.1 $dns.instruqt.io" >> /etc/cloud/templates/hosts.debian.tmpl
46
+
47
+# Stop Graylog and Data Node processes to prevent ugly browser popup asking you to immediately log in to Graylog:
48
+systemctl stop graylog-server.service graylog-datanode.service
0 commit comments