Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F8321782
nginx.conf
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
nginx.conf
View Options
# -------------------------------------------------------------
# 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
Details
Attached
Mime Type
text/plain
Expires
Tue, May 13, 16:51 (1 d, 1 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2576520
Default Alt Text
nginx.conf (1 KB)
Attached To
Mode
rOPS Nasqueron Operations
Attached
Detach File
Event Timeline
Log In to Comment