Loading config/nginx/templates/default.conf.template +3 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,9 @@ map $arg_v $asset_immutable { default ", immutable"; } # use docker DNS resolver with limited cache value for nc update or scaling resolver 127.0.0.11 valid=5s; upstream php-handler { server ${NEXTCLOUD_ADDR}; } Loading Loading
config/nginx/templates/default.conf.template +3 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,9 @@ map $arg_v $asset_immutable { default ", immutable"; } # use docker DNS resolver with limited cache value for nc update or scaling resolver 127.0.0.11 valid=5s; upstream php-handler { server ${NEXTCLOUD_ADDR}; } Loading