mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-04-28 10:53:37 +00:00
Add :use_ssl=>true to extconf.rb
It seems installer is on https://uwsgi.it/install (as of Jan 14, 2015). Without this change, "gem install uwsgi" do almost nothing.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
require 'net/http'
|
||||
|
||||
Net::HTTP.start("uwsgi.it") do |http|
|
||||
Net::HTTP.start("uwsgi.it", :use_ssl=>true) do |http|
|
||||
resp = http.get("/install")
|
||||
open("install.sh", "wb") do |file|
|
||||
file.write(resp.body)
|
||||
|
||||
Reference in New Issue
Block a user