There was an error while loading. Please reload this page.
1 parent d3e231e commit f4ac108Copy full SHA for f4ac108
1 file changed
.docker/nginx.conf
@@ -49,14 +49,14 @@ server {
49
location ^~ /x/ {
50
proxy_pass_header Server;
51
include /etc/nginx/proxy-header.conf;
52
- proxy_pass http://cdn$request_uri;
+ proxy_pass https://cdn$request_uri;
53
expires max;
54
}
55
56
location ^~ /B/ {
57
58
59
- proxy_pass http://v$request_uri;
+ proxy_pass https://v$request_uri;
60
61
62
0 commit comments