mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-07 05:21:31 -07:00
🎨 Cleaned up some formatting
Signed-off-by: Joseph Harry <findarato@gmail.com>
This commit is contained in:
parent
d0fe17e4e7
commit
e687ccc8f2
1 changed files with 0 additions and 2 deletions
|
@ -27,8 +27,6 @@ location ^~ /discountbandit/ {
|
||||||
set $upstream_port 80;
|
set $upstream_port 80;
|
||||||
set $upstream_proto http;
|
set $upstream_proto http;
|
||||||
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
|
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue