al-quran.reflectslight.io/config/remote/usr.local.etc/nginx/nginx.conf.erb

14 lines
264 B
Text
Raw Normal View History

2023-03-17 20:08:14 +01:00
worker_processes <%= nginx.worker.process_count %>;
user <%= nginx.user %>;
events {
worker_connections <%= nginx.worker.conn_count %>;
}
http {
server_tokens off;
include mime.types;
charset utf-8;
include /usr/local/etc/nginx/enabled_sites/*.conf;
}