Page MenuHomeDevCentral

nginx.conf
No OneTemporary

nginx.conf

# -------------------------------------------------------------
# Eglide — nginx configuration
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Eglide
# Created: 2016-07-26
# License: Trivial work, not eligible to copyright
# Source file: roles/shellserver/web-hosting/files/eglide/nginx/nginx.conf
# -------------------------------------------------------------
#
# <auto-generated>
# This file is managed by our rOPS SaltStack repository.
#
# Changes to this file may cause incorrect behavior
# and will be lost if the state is redeployed.
# </auto-generated>
# -------------------------------------------------------------
# Server configuration
# -------------------------------------------------------------
worker_processes 1;
events {
worker_connections 1024;
}
# -------------------------------------------------------------
# HTTP configuration
# -------------------------------------------------------------
http {
include mime.types;
default_type text/plain;
server_names_hash_bucket_size 128;
log_format main '$remote_addr - $remote_user [$time_local] "$request" '
'$status $body_bytes_sent "$http_referer" '
'"$http_user_agent" "$http_x_forwarded_for"';
sendfile on;
keepalive_timeout 65;
gzip on;
include vhosts/*.conf;
}

File Metadata

Mime Type
text/plain
Expires
Tue, May 13, 16:51 (21 h, 14 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2576520
Default Alt Text
nginx.conf (1 KB)

Event Timeline