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.
1 parent 3272469 commit 01ac900Copy full SHA for 01ac900
ruby/reverseProxy.rb
@@ -1,3 +1,3 @@
1
use Rack::ReverseProxy do
2
- reverse_proxy /^\/gms(\/.*)$/, 'http://rawcdn.githack.com/$1'
+ reverse_proxy /^\/gms(\/.*)$/, 'https://rawcdn.githack.com/$1'
3
end
0 commit comments