[vz-users] Vzlogger curl error

Daniel Lauckner vz at jahp.de
Tue Mar 26 07:55:41 CET 2019


Hallo,


am Dienstag, 26. März 2019 um 06:58 hat Andreas Götz geschrieben:
> Seit gestern tendiere ich auch zu mod_proxy.

Statt an options.js spiel ich dann halt an .htaccess rum. ;)


Oder nginx? Soll ja besser auf knappe Hardware angepasst sein.

# nginx configuration

proxy_pass http://localhost:8080;
include /etc/nginx/proxy_params;

location /middleware {
  rewrite ^/middleware(.php)?(/.*)? http://localhost:8080$2 redirect;
}

location /api {
  rewrite ^/api(/.*)? http://localhost:8080$1 redirect;
}

location /frontend {
  rewrite ^/frontend/(.*) http://localhost:8080$1 redirect;
}


mfg Daniel



More information about the volkszaehler-users mailing list