reset broken templates
This commit is contained in:
parent
52923a4d55
commit
817526cdc9
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ proxy_send_timeout <%= @proxy_send_timeout %>;
|
||||||
proxy_read_timeout <%= @proxy_read_timeout %>;
|
proxy_read_timeout <%= @proxy_read_timeout %>;
|
||||||
proxy_buffers <%= @proxy_buffers %>;
|
proxy_buffers <%= @proxy_buffers %>;
|
||||||
proxy_buffer_size <%= @proxy_buffer_size %>;
|
proxy_buffer_size <%= @proxy_buffer_size %>;
|
||||||
<%# proxy_http_version <%= @proxy_http_version %><%#; %>
|
proxy_http_version <%= @proxy_http_version %>;
|
||||||
<% @proxy_set_header.each do |header| %>
|
<% @proxy_set_header.each do |header| %>
|
||||||
proxy_set_header <%= header %>;<% end %>
|
proxy_set_header <%= header %>;<% end %>
|
||||||
proxy_headers_hash_bucket_size <%= @proxy_headers_hash_bucket_size %>;
|
proxy_headers_hash_bucket_size <%= @proxy_headers_hash_bucket_size %>;
|
||||||
|
|
|
@ -21,7 +21,7 @@ fastcgi_param SERVER_ADDR $server_addr;
|
||||||
fastcgi_param SERVER_PORT $server_port;
|
fastcgi_param SERVER_PORT $server_port;
|
||||||
fastcgi_param SERVER_NAME $server_name;
|
fastcgi_param SERVER_NAME $server_name;
|
||||||
|
|
||||||
<%# fastcgi_param HTTPS $https; %>
|
fastcgi_param HTTPS $https;
|
||||||
|
|
||||||
# PHP only, required if PHP was built with --enable-force-cgi-redirect
|
# PHP only, required if PHP was built with --enable-force-cgi-redirect
|
||||||
fastcgi_param REDIRECT_STATUS 200;
|
fastcgi_param REDIRECT_STATUS 200;
|
||||||
|
|
Loading…
Reference in a new issue