This repository has been archived on 2020-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
quay/config_app/conf/root-base.conf
Sam Chow 69c155ef4f Sets up nginx on image for config app with ssl
Move copying entry scripts to quay-entrypoint
2018-06-13 14:29:11 -04:00

17 lines
230 B
Nginx Configuration File

# vim: ft=nginx
pid /tmp/nginx.pid;
error_log /dev/stdout;
worker_processes auto;
worker_priority -10;
worker_rlimit_nofile 10240;
user root nogroup;
daemon off;
events {
worker_connections 10240;
accept_mutex off;
}