RE: Add support for 'define' directive

2017-03-11 Thread Eran Kornblau
Ping Eran From: Eran Kornblau Sent: Monday, March 6, 2017 9:53 PM To: nginx-devel@nginx.org Subject: Add support for 'define' directive Hi all, I would like to add support for a 'define' directive to nginx, which will allow text substitutions during conf parsing. At this point I'm thinking

Re: upload xml file

2017-03-11 Thread Igal @ Lucee.org
If this is a static file, i.e. a file that you upload to the server and is served as-is, then you do not need anything beyond nginx. nginx does a great job at serving static content. Igal Sapir Lucee Core Developer Lucee.org On 3/11/2017 9:08 PM, Ran Shalit wrote: On

Re: upload xml file

2017-03-11 Thread Igal @ Lucee.org
Ran, You would probably want to use an Application Server behind the Web Server (nginx). Then you would use the nginx to proxy the request to the application server, where you can write code in the language that the application server supports (for example, I use Lucee as an application

proxy_pass and weird behaviour

2017-03-11 Thread Michael Grimm
Hi — (This is nginx 1.11.10 and up to date FreeBSD STABLE-11) I recently implemented LE certificates for my virtual domains, which will be served at two hosts, accessed by round-robin DNS, aka two IP addresses. In order to get the acme challenges running, I did implement the following