Strict security and virtual host isolation with Nginx?
- by Hach-Que
I currently have an Apache web server set up under which each virtual host is isolated using HTTPD-ITK and the AppArmor module. Each virtual host's workers are setuid/setgid by the server and are then placed in an AppArmor profile.
I'm looking to use Nginx but I can't find any documentation on setting it up so that rather than the worker…