Skip to content

Instantly share code, notes, and snippets.

View cirelli94's full-sized avatar

Cirelli cirelli94

View GitHub Profile
@cirelli94
cirelli94 / nginx.conf
Last active April 27, 2021 08:23
NGINX configuration file example for Ercole
# For more information on configuration, see:
# * Official English Documentation: http://nginx.org/en/docs/
# * Official Russian Documentation: http://nginx.org/ru/docs/
user nginx;
worker_processes auto;
error_log /var/log/nginx/error.log;
pid /run/nginx.pid;
# Load dynamic modules. See /usr/share/doc/nginx/README.dynamic.