On Sat, Mar 11, 2017 at 12:19 AM, Jeff Dyke <[email protected]> wrote: > what do you want it to do? if you're talking nginx without any application > backend you could do a lot with some lua locations, or you're going to pass > that request to another process, or serve a static (xml) file from the file > system.
Hi Jeff, Thank you very much. I have requirement that application should "support webserver which includes xml and save xml file to filesystem" Does it mean that it actually should " serve a static (xml) file from the file" (the second option you mentioned). If yes - can you give some hints about it or where to read further about it ? Does it mean it just save and retrieve file parsing it to other commands ? (I have read somewhere that uploading a file parse the file, so I am a bit confused here) I am new with nginx, still learning it. Many thanks, 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 <[email protected]> wrote: >> >> 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 >> _______________________________________________ >> nginx mailing list >> [email protected] >> http://mailman.nginx.org/mailman/listinfo/nginx > > > > _______________________________________________ > nginx mailing list > [email protected] > http://mailman.nginx.org/mailman/listinfo/nginx _______________________________________________ nginx mailing list [email protected] http://mailman.nginx.org/mailman/listinfo/nginx
