nginx with ssl as reverse proxy

2017-03-15 Thread Ran Shalit
Hello, I have followed the article which explains how to configure nginx with ssl as reverse proxy for Jenkins: https://www.digitalocean.com/community/tutorials/how-to-configure-nginx-with-ssl-as-a-reverse-proxy-for-jenkins Yet, I don't understand one thing, The ssl key is configured only for ngi

Re: upload xml file

2017-03-11 Thread Ran Shalit
lar in function to apache httpd or IIS, but much better in my opinion (and in the opinion of most users on this list, I would think), but if you want to serve dynamic content then you should have an application server behind it. > > HTH, > > Igal Sapir > Lucee Core Developer > L

Re: upload xml file

2017-03-10 Thread Ran Shalit
Ran Nginx does support XML just fine, its all a matter of what you want > your application to do. > > On Fri, Mar 10, 2017 at 12:01 PM, Ran Shalit wrote: >> >> Hello, >> >> I am new with web servers and nginx. >> I would like to ask if nginx support xml , an

upload xml file

2017-03-10 Thread Ran Shalit
Hello, I am new with web servers and nginx. I would like to ask if nginx support xml , and what does it mean to upload xml to web server ? Does it just keep the xml as file in some directory , or does it do parse the xml file and do some actions ? Thank you, Ran __