This repository has been archived on 2021-12-24. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
self-hosting/nginx/nginx.conf

8 lines
154 B
Nginx Configuration File

# Run as nginx user
user nginx nginx;
# Auto-detect the core count for worker processes
worker_processes auto;
# Load config segments
include conf.d/*;