apparently I was drunk

This commit is contained in:
aptalca 2024-03-26 14:14:13 -04:00
parent d3293f813b
commit a49330d56a
No known key found for this signature in database
GPG key ID: BE36CFFB9FD85548

View file

@ -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/;
}
}