Skip to content

Commit 01ac900

Browse files
The reverse proxy for the games needs HTTPS
1 parent 3272469 commit 01ac900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby/reverseProxy.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
use Rack::ReverseProxy do
2-
reverse_proxy /^\/gms(\/.*)$/, 'http://rawcdn.githack.com/$1'
2+
reverse_proxy /^\/gms(\/.*)$/, 'https://rawcdn.githack.com/$1'
33
end

0 commit comments

Comments
 (0)