Changing ownership of proxy_temp and other temp directories

2023-03-16 Thread Shreenidhi Shedi via nginx
Hi All, I have hosted a nginx server instance and the temp directories are created under /etc/nginx/ $ ls -ld /etc/nginx/*_temp drwx-- 2 nobody root 4096 Mar 16 15:21 /etc/nginx/client_body_temp drwx-- 2 nobody root 4096 Mar 16 15:21 /etc/nginx/fastcgi_temp drwx-- 2 nobody root 4096

Re: Changing ownership of proxy_temp and other temp directories

2023-03-16 Thread Shreenidhi Shedi via nginx
nidhi Shedi via nginx Cc: Shreenidhi Shedi Subject: Re: Changing ownership of proxy_temp and other temp directories !! External Email Hi there, On Thu, Mar 16, 2023 at 06:19:42PM +0000, Shreenidhi Shedi via nginx wrote: > > I have hosted a nginx server instance and the temp directories

Re: Changing ownership of proxy_temp and other temp directories

2023-03-16 Thread Shreenidhi Shedi via nginx
avi; } -- Shedi From: Sergey A. Osokin Sent: 17 March 2023 02:46 To: nginx@nginx.org Cc: Shreenidhi Shedi Subject: Re: Changing ownership of proxy_temp and other temp directories !! External Email Hi, On Thu, Mar 16, 2023 at 06:19:42PM +,

Re: Changing ownership of proxy_temp and other temp directories

2023-03-16 Thread Shreenidhi Shedi via nginx
i Shedi Subject: Re: Changing ownership of proxy_temp and other temp directories !! External Email Hi, On Thu, Mar 16, 2023 at 06:19:42PM +0000, Shreenidhi Shedi via nginx wrote: > > I have hosted a nginx server instance and the temp directories are created > under /etc/nginx/ > >

Re: Changing ownership of proxy_temp and other temp directories

2023-03-18 Thread Shreenidhi Shedi via nginx
Thanks for the inputs but if user has different paths configured for these temp files in nginx.conf; then again this permssion issue pops up. I also referred Fedora nginx spec file and considered this possibility but it's a bit complex on an already configured and running server instance. I hav