Hello!
On Fri, Dec 14, 2018 at 09:24:04AM -0800, Dave Pedu wrote:
> Hello,
>
>
> On 2018-12-14 07:34, Maxim Dounin wrote:
> > Hello!
> >
> > On Thu, Dec 13, 2018 at 09:16:12PM -0800, Dave Pedu wrote:
> >
> >> Hello,
> >>
> >> I came across some nginx behavior that seems odd to me. In my conf
Hello,
On 2018-12-14 07:34, Maxim Dounin wrote:
Hello!
On Thu, Dec 13, 2018 at 09:16:12PM -0800, Dave Pedu wrote:
Hello,
I came across some nginx behavior that seems odd to me. In my config,
I
have this server block:
server {
server_name subdomain.somehostname.com
lis
Hello!
On Thu, Dec 13, 2018 at 09:16:12PM -0800, Dave Pedu wrote:
> Hello,
>
> I came across some nginx behavior that seems odd to me. In my config, I
> have this server block:
>
>
> server {
>server_name subdomain.somehostname.com
>listen 443 ssl;
>ssl_certificat
Hi
I am pasting the current conf file. Please review and suggest ; all
connections are through port 443.
server {
listen 443 http2 ssl;
listen [::]:443 http2 ssl;
server_name ;
root /usr/share/nginx/html/Bank/;
ssl_certificate //.crt;
ssl_certificate_key //private.key;
Hello!
On Thu, Dec 13, 2018 at 05:44:08PM +0200, Palvelin Postmaster via nginx wrote:
>
>
> > On 13 Dec 2018, at 16:31, Maxim Dounin wrote:
> >
> > Hello!
> >
> > On Thu, Dec 13, 2018 at 11:17:03AM +0200, Palvelin Postmaster via nginx
> > wrote:
> >
> >> Hi,
> >>
> >> I run nginx/1.14.0 (