This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Managed by Ansible. | |
| user www-data; | |
| worker_processes {{ worker_processes }}; | |
| pid /run/nginx.pid; | |
| worker_rlimit_nofile {{ worker_rlimit_nofile }}; | |
| events { | |
| worker_connections {{ worker_connections }}; | |
| # multi_accept on; |