简体   繁体   中英

Nginx & Passenger user permissions. Best practice?

I'm new to nginx, what's best practice for user/group permissions, when deploying (Ruby) application, using nginx and passenger?

Is better deploy as root or "deployer" user in some group? And how should I set folder/file permissions.

On Apache server I have /public /log and some other folders writible by www-data and user is root. This configuration doesn't work on nginx (for me).

Thanks

您应该为每个应用程序使用单独的用户,并且Passenger / Nginx应该自动使用目录所有者来运行该进程,从不使用root用户。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM