On Mon, Jun 07, 2021 at 01:47:44PM -0400, bouvierh wrote:
Hi there,
> I have looked at it, however it looks like this is intended to make proxy
> transparent from upstream/backend perspective:
> It is used so upstream server can see client address not proxy address.
>
> I am looking to do the op
Hello,
>Certainly there is a way to compile natively. Even if for some
>reason, for example, due to lack of disk space, it is not possible
>to compile right on the target hardware, you can always compile in
>an emulated environment.
Because there is no gcc tools on the target environment.(Or may
Looks good to me.
I'd like to request more files:
- /etc/systemd/system/nginx.service.d/override.conf
- /usr/lib/systemd/system/nginx.service
- /etc/nginx/nginx.conf
Thanks.
On Tue, Jun 08, 2021 at 06:02:29PM -0400, hgv wrote:
> Yes, certainly.
>
> drwxr-xr-x root root /etc
> drwxr-xr-x root r
Yes, certainly.
drwxr-xr-x root root /etc
drwxr-xr-x root root /etc/ssl
drwxr-x--- root ssl-cert /etc/ssl/private
Sergey A. Osokin Wrote:
---
> Hi,
>
> Could you check and show permissions on /etc/ssl/private, /etc/ssl,
> and /etc directories.
Hi,
Could you check and show permissions on /etc/ssl/private, /etc/ssl,
and /etc directories.
Thanks.
--
Sergey
On Tue, Jun 08, 2021 at 03:57:59PM -0400, hgv wrote:
> Hi Sergey,
>
> Adding www-data user to ssl-cert group doesn't help.
>
> root@k2# usermod -a -G ssl-cert www-data
>
> root@k2
Hi Sergey,
Adding www-data user to ssl-cert group doesn't help.
root@k2# usermod -a -G ssl-cert www-data
root@k2# getent group ssl-cert
ssl-cert:x:112:postgres,www-data
Sergey A. Osokin Wrote:
---
> Hi there,
>
> hope you're doing well.
>
>
Hi there,
hope you're doing well.
On Tue, Jun 08, 2021 at 11:46:32AM -0700, Palvelin Postmaster wrote:
> I wonder what can cause these weird error log entries? The log entries
> indicate a PID which doesn’t exist. Does nginx launch some temporary process
> when it starts?
>
> Nginx 1.21.0 on U
I wonder what can cause these weird error log entries? The log entries indicate
a PID which doesn’t exist. Does nginx launch some temporary process when it
starts?
Nginx 1.21.0 on Ubuntu 20.04.
root@k2:~# systemctl restart nginx
root@k2:~# tail /var/log/nginx/error.log
2021/06/08 21:25:32 [war
Hello,
I use NGinx as a front end for multiple accesses.
Until now, I got a configuration that was perfectly working but with a
recent failure I exchanged with NGinx team to discover what I was doing
is...impossible :-)
But apparently, it would just be a configuration issue so it becomes
possibl