Page MenuHomeDevCentral

proxy_params
No OneTemporary

proxy_params

# -------------------------------------------------------------
# nginx :: configuration :: proxy
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
# Description: nginx proxy configuration
# License: Trivial work, not eligible for copyright.
# Source file: roles/webserver-core/nginx/files/includes/proxy_params
# -------------------------------------------------------------
#
# <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>
# -------------------------------------------------------------
# Headers
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header Host $http_host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
# -------------------------------------------------------------
# Maximum upload size
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
client_max_body_size 10m;
client_body_buffer_size 128k;
# -------------------------------------------------------------
# Other proxy parameters
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
proxy_connect_timeout 90;
proxy_send_timeout 90;
proxy_read_timeout 90;
proxy_buffer_size 4k;
proxy_buffers 4 32k;
proxy_busy_buffers_size 64k;
proxy_temp_file_write_size 64k;

File Metadata

Mime Type
text/plain
Expires
Mon, Sep 14, 16:22 (1 d, 3 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3980636
Default Alt Text
proxy_params (1 KB)

Event Timeline