瀏覽代碼

Cleaning unused variable.

mitossoft-rd 11 月之前
父節點
當前提交
f7d3ca0b07
共有 1 個文件被更改,包括 0 次插入4 次删除
  1. 0 4
      backend/templates/_location.conf

+ 0 - 4
backend/templates/_location.conf

@@ -7,10 +7,6 @@
     proxy_set_header X-Forwarded-For    $remote_addr;
     proxy_set_header X-Real-IP		$remote_addr;
 
-    set $proxy_forward_scheme {{ forward_scheme }};
-    set $proxy_server         "{{ forward_host }}";
-    set $proxy_port           {{ forward_port }};
-
     proxy_pass       {{ forward_scheme }}://{{ forward_host }}:{{ forward_port }}{{ forward_path }};
 
     {% include "_access.conf" %}