fugee ohu
August 08, 2018 07:00PM
server {
listen 80;
listen [::]:80;
return 301 https://$host$request_uri;
ssl_certificate /etc/ssl/certs/sitename/certificate.crt;
ssl_certificate_key /etc/ssl/certs/sitename/private.key;
server_name *.sitename.com www.sitename.com sitename.co$
charset utf-8;
location / {
root /usr/home/fugee/websites/sitename/public;
rails_env production;
# passenger_enabled on;
}
}

On Wed, Aug 8, 2018 at 3:17 AM, Francis Daly <francis@daoine.org> wrote:
> On Tue, Aug 07, 2018 at 07:20:58PM -0400, fugee ohu wrote:
>> I don't think there's rails passenger settings Adding passenger to the
>> Gemfile only causes the app to use passenger in development mode
>> instead of the default (presently puma)
>
> Ok.
>
> What is the output of
>
> curl -v https://www.sitename.com
>
> f
> --
> Francis Daly francis@daoine.org
> _______________________________________________
> nginx mailing list
> nginx@nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

HTTPS over port 443

fugee ohu August 07, 2018 03:24PM

Re: HTTPS over port 443

basti August 07, 2018 03:30PM

Re: HTTPS over port 443

fugee ohu August 07, 2018 03:40PM

Re: HTTPS over port 443

fugee ohu August 07, 2018 03:40PM

Re: HTTPS over port 443

fugee ohu August 07, 2018 03:42PM

Re: HTTPS over port 443

basti August 07, 2018 03:48PM

Re: HTTPS over port 443

fugee ohu August 07, 2018 04:00PM

Re: HTTPS over port 443

jeffdyke August 07, 2018 06:24PM

Re: HTTPS over port 443

fugee ohu August 07, 2018 07:20PM

Re: HTTPS over port 443

Francis Daly August 07, 2018 06:28PM

Re: HTTPS over port 443

fugee ohu August 07, 2018 07:22PM

Re: HTTPS over port 443

Francis Daly August 08, 2018 03:18AM

Re: HTTPS over port 443

fugee ohu August 08, 2018 06:44PM

Re: HTTPS over port 443

Francis Daly August 09, 2018 03:32AM

Re: HTTPS over port 443

fugee ohu August 08, 2018 07:00PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 279
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready