mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2026-07-08 17:42:32 +02:00
apparently I was drunk
This commit is contained in:
@@ -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/;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user