We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7420ff6 + 616ca0a commit 4f9c905Copy full SHA for 4f9c905
1 file changed
octoprint.subdomain.conf.sample
@@ -1,4 +1,4 @@
1
-## Version 2021/06/16
+## Version 2021/09/05
2
# make sure that your dns has a cname set for octoprint and that your octoprint container is not using a base url
3
4
server {
@@ -35,6 +35,7 @@ server {
35
set $upstream_port 80;
36
set $upstream_proto http;
37
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
38
+ proxy_set_header X-Scheme https;
39
40
}
41
0 commit comments