Re: Question

2024-01-04 Thread Vucomir Ianculov via nginx
you can try to use ngx_http_dav_module On Thu, Jan 4, 2024 at 11:45 AM Saint Michael wrote: > How do I configure a /location { > > } > so anybody can upload a file that goes to a directory on the server? > I would use curl, for an API >

Re: fastcgi_pass and http upstream

2017-04-03 Thread Vucomir Ianculov via nginx
cab someone please help me with an example? - Original Message - From: "Vucomir Ianculov via nginx" To: "Yuriy Medvedev" Cc: "Vucomir Ianculov" , nginx@nginx.org Sent: Thursday, March 30, 2017 6:28:16 PM Subject: Re: fastcgi_pass and http upstrea

Re: fastcgi_pass and http upstream

2017-03-30 Thread Vucomir Ianculov via nginx
7 9:57:40 PM Subject: Re: fastcgi_pass and http upstream Yes, it is possible. Please read the documentation. 22 марта 2017 г. 22:47 пользователь "Vucomir Ianculov via nginx" < nginx@nginx.org > написал: corrected question i have a situation where i have 2 Apache backed ser

Re: fastcgi_pass and http upstream

2017-03-23 Thread Vucomir Ianculov via nginx
ss and http upstream Yes, it is possible. Please read the documentation. 22 марта 2017 г. 22:47 пользователь "Vucomir Ianculov via nginx" < nginx@nginx.org > написал: corrected question i have a situation where i have 2 Apache backed server and 2 php-fpm backed server. i

Re: fastcgi_pass and http upstream

2017-03-22 Thread Vucomir Ianculov via nginx
Message - From: "Vucomir Ianculov via nginx" To: "nginx" Cc: "Vucomir Ianculov" Sent: Wednesday, March 22, 2017 9:37:04 PM Subject: fastcgi_pass and http upstream Hi, is is possible to have a upstream that contains point to http and phpfpm? Kind Rega

fastcgi_pass and http upstream

2017-03-22 Thread Vucomir Ianculov via nginx
Hi, is is possible to have a upstream that contains point to http and phpfpm? Kind Regards, Vucomir Ianculov E-Mail: vuko...@ianculov.ro Phone: (+40) 722 - 690 - 514 View Vucomir Ianculov's profile on LinkedIn Vucomir Ianculov ___ nginx mail

nginx X-backend upstream hostname

2017-02-22 Thread Vucomir Ianculov via nginx
Hi, I'm have following configuration. nginx 1.10.3 installed on ubuntu 16.04 one upstream upstream backend { server app01.local.net:81; server app02.local.net:81; server app03.local.net:81; } one vhost that dose proxy_pass http://backend; i also have a old nginx setup that was done