Re: Nginx as Reverse Proxy for multiple servers binded to proxy using UNIX sockets - how to reached in LAN

2018-10-19 Thread Stefan Müller
ssment. I reckon the information gathered so far put me in a quite good position, doesn't it? thx Stefan On 17.10.2018 22:59, Francis Daly wrote: On Tue, Oct 16, 2018 at 09:23:33PM +0200, Stefan Müller wrote: Hi there, 1. documentation Is there any additional document for t

Re: Nginx as Reverse Proxy for multiple servers binded to proxy using UNIX sockets - how to reached in LAN

2018-10-16 Thread Stefan Müller
ileges of the machine and there is the same exploit in the other servers, correct? Stefan On 16.10.2018 09:56, Francis Daly wrote: On Tue, Oct 16, 2018 at 09:20:33AM +0200, Stefan Müller wrote: Hi there, so I wonder, if I need to work with multiple .conf files or shall I put multiple ht

Re: Nginx as Reverse Proxy for multiple servers binded to proxy using UNIX sockets - how to reached in LAN

2018-10-16 Thread Stefan Müller
11:59:48PM +0200, Stefan Müller wrote: Hi there, I've read over this mail thread, and I confess that I'm quite confused as to what your remaining specific nginx question is. If it's not too awkward, could you repeat just exactly what you now wish to know? It may make it easier

Re: Please DO NOT add [nginx] to subject

2018-10-15 Thread Stefan Müller
we tried our best anyone else trying not to burn one's fingers? On 15.10.2018 16:29, Ralph Seichter wrote: On 15.10.18 15:55, Lucas Rolff wrote: Might be important to mention that services such as exchange doesn’t support subaddressing, so it’s a bit harder there :) Well, Microsoft... Server-

Re: Please DO NOT add [nginx] to subject

2018-10-15 Thread Stefan Müller
t during such actions. Anyone else what to share her/his thoughts bedsides me and Ralph? https://en.wikipedia.org/wiki/Email_address#Subaddressing On 15.10.2018 15:16, Ralph Seichter wrote: On 15.10.18 14:59, Stefan Müller wrote: but is seems others do or at least agree with me So what if "oth

Re: Please DO NOT add [nginx] to subject

2018-10-15 Thread Stefan Müller
I don't care about your Inbox in the greater scheme of things but is seems others do or at least agree with me On 15.10.2018 14:29, Ralph Seichter wrote: On 15.10.18 12:35, Stefan Mueller wrote: In answer to Ralph's reply. Why not reply to my message then? That is a very Gmail specific s

Re: Nginx as Reverse Proxy for multiple servers binded to proxy using UNIX sockets - how to reached in LAN

2018-10-14 Thread Stefan Müller
user directive (the virtual host user) in each .conf file of the virtual hosts. Is that assumption correct? thank you Stefan On 12.10.2018 23:59, Stefan Müller wrote: hallo, mostl

[nginx] Please add [nginx] to subject

2018-10-14 Thread Stefan Müller
shall read or delete it. I'm doing that on a mid class phone.  [nginx] would be enough instead of [nginx-user], as nearly any mailing list do. thank you Stefan On 13.10.2018 11:57, Ralph Seichter wrote: On 13.10.18 10:16, Ste

[nginx-user] Please add [nginx] to subject

2018-10-13 Thread Stefan Müller
Hallo, Is it possible to configure this list to automatically prepend [nginx] to the subject line?  I feel like I miss messages sometimes because I don't realize it's from the list! I subscribe to several different mailing lists and the**only mailing list that wasn't already putting the mailin

Re: Nginx as Reverse Proxy for multiple servers binded to proxy using UNIX sockets - how to reached in LAN

2018-10-12 Thread Stefan Müller
them as seperate users by creating a php.conf per pool 4. *nginx* this is the only one remaining. How can I isolate the servers? thx a lot Stefan On 07.10.2018 21:42, Stefan Müller wrote: good evening, in the past we were mailing each other on a daily base but now it is silent. Any

Re: Nginx as Reverse Proxy for multiple servers binded to proxy using UNIX sockets - how to reached in LAN

2018-10-07 Thread Stefan Müller
good evening, in the past we were mailing each other on a daily base but now it is silent. Anything alright? On 03.10.2018 23:02, Stefan Müller wrote: thank you again for you quick answer  but I'm getting lost A typical nginx configuration has only one http {} block. You can lo

Re: Nginx as Reverse Proxy for multiple servers binded to proxy using UNIX sockets - how to reached in LAN

2018-10-03 Thread Stefan Müller
thank you again for you quick answer  but I'm getting lost A typical nginx configuration has only one http {} block. You can look at some examples: I'm aware of those and other examples. What confuses me that you say that but also said in

Re: Nginx as Reverse Proxy for multiple servers binded to proxy using UNIX sockets - how to reached in LAN

2018-10-02 Thread Stefan Müller
This allows permission management via user accounts but it can can get bulky as soon as you set up user accounts for permission management of each backend application, as they pose a higher risk, as indicated in the previous email Well you as

Re: Nginx as Reverse Proxy for multiple servers binded to proxy using UNIX sockets - how to reached in LAN

2018-10-02 Thread Stefan Müller
thx that gets me closer to the end :). let's try to summarize it (and add some more info): proxy and unix socket, This allows permission management via user accounts but it can can get bulky as soon as you set up

Re: Nginx as Reverse Proxy for multiple servers binded to proxy using UNIX sockets - how to reached in LAN

2018-09-26 Thread Stefan Müller
Hi, it got quite late, so I'll try to keep it short and simple. My question is the outcome on my discussion on reddit- one single user per web server (and delete default Web server user) - possible and consequences?. I have a Synology NAS what runs a ngi

Re: Nginx as Reverse Proxy for multiple servers binded to proxy using UNIX sockets - how to reached in LAN

2018-09-26 Thread Stefan Müller
ersion 1.1; proxy_set_header Connection ""; proxy_buffering off; client_max_body_size 0; proxy_read_timeout 36000s; proxy_redirect off; } On 21.09.2018 08:34, Stefan Müller wrote: Hallo, I am trying to configur

Nginx as Reverse Proxy for multiple servers binded to proxy using UNIX sockets - how to reached in LAN

2018-09-20 Thread Stefan Müller
Hallo, I am trying to configure nginx as a reverse proxy for multiple servers on my LAN. They should go out on my WAN with different subdomains. Unlike the approach described in Use Nginx as Reverse Proxy for multiple servers I w