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.  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

Reply via email to