mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-05 20:41:32 -07:00
apparently I was drunk
This commit is contained in:
parent
d3293f813b
commit
a49330d56a
1 changed files with 2 additions and 1 deletions
|
@ -49,7 +49,8 @@ server {
|
|||
location ^~ /push/ {
|
||||
include /config/nginx/proxy.conf;
|
||||
include /config/nginx/resolver.conf;
|
||||
proxy_pass http://127.0.0.1:7867/;
|
||||
set $upstream_app nextcloud;
|
||||
proxy_pass http://$upstream_app:7867/;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue