standardize upstream_app variable

This commit is contained in:
aptalca 2020-02-16 13:24:23 -05:00
commit 06a1941230
136 changed files with 430 additions and 430 deletions

View file

@ -26,9 +26,9 @@ location /nextcloud {
location ^~ /nextcloud/ {
include /config/nginx/proxy.conf;
resolver 127.0.0.11 valid=30s;
set $upstream_nextcloud nextcloud;
set $upstream_app nextcloud;
rewrite /nextcloud(.*) $1 break;
proxy_pass https://$upstream_nextcloud:443;
proxy_pass https://$upstream_app:443;
proxy_max_temp_file_size 2048m;