Skip to content

Commit f4ac108

Browse files
committed
🎉 Initial Commit
Signed-off-by: Teakowa <27560638+Teakowa@users.noreply.github.com>
1 parent d3e231e commit f4ac108

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.docker/nginx.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@ server {
4949
location ^~ /x/ {
5050
proxy_pass_header Server;
5151
include /etc/nginx/proxy-header.conf;
52-
proxy_pass http://cdn$request_uri;
52+
proxy_pass https://cdn$request_uri;
5353
expires max;
5454
}
5555

5656
location ^~ /B/ {
5757
proxy_pass_header Server;
5858
include /etc/nginx/proxy-header.conf;
59-
proxy_pass http://v$request_uri;
59+
proxy_pass https://v$request_uri;
6060
expires max;
6161
}
6262

0 commit comments

Comments
 (0)