Skip to content

Commit

Permalink
fix(nginx): build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
AliMD committed Jan 13, 2024
1 parent c948631 commit facf05b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions nginx/etc/nginx/nginx.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Configuration File - Nginx Server Configs
# http://nginx.org/en/docs/dirindex.html

# Sets the worker threads to the number of CPU cores available in the system for best performance.
# Set NGINX_ENTRYPOINT_WORKER_PROCESSES_AUTOTUNE=1 to enable auto-tuning.
# Maximum number of connections = worker_processes * worker_connections
worker_processes auto;

include /etc/nginx/conf.d/*.conf;

0 comments on commit facf05b

Please sign in to comment.