From 555e64ac974bae5c42c5ccd847742d64529309e9 Mon Sep 17 00:00:00 2001 From: Kyle Drake Date: Wed, 10 Sep 2014 13:56:45 -0700 Subject: [PATCH] fix for ssl nginx config check --- app.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.rb b/app.rb index a8d61b87..23fe780c 100644 --- a/app.rb +++ b/app.rb @@ -616,9 +616,9 @@ post '/settings/ssl' do nginx_testfile.write %{ pid /tmp/throwaway.pid; events {} + error_log /dev/null error; http { access_log off; - error_log /dev/null error; server { listen 60000 ssl; server_name #{current_site.domain} *.#{current_site.domain};