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
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
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 +,
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/
>
>
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