[vz-users] Probleme mit PPM und NGINX proxy
Andreas Goetz
cpuidle at gmail.com
Sun Apr 7 12:38:34 CEST 2019
Hattest Du nginx durchgestartet?
> Am 07.04.2019 um 12:12 schrieb Tobias Lehr <tobias.lehr at me.com>:
>
> Hallo,
>
> Im Zuge der Testung der ip Problematik beim Image mit dem Raspberry Pi 3 Model B habe ich auch den VZ manuell installiert. Nur die middleware, nicht den Vzlogger.
>
> Bei der middleware bin ich nach der Installations Anleitung im wiki vorgegangen: https://wiki.volkszaehler.org/software/middleware/installation
>
> dabei habe ich ppm als Webserver installiert und nginx als proxy. Ich habe die Schritte exakt so ausgeführt wie im wiki beschrieben.
>
> PPM läuft und nginx läuft auch, aber das Frostend ist nur unter IPAdrese:8080 erreichbar, wenn ich nur die ip Adresse eingebe, dann bekomme ich von Chrome eine Fehlermeldung ERR_Connection_refused.
>
> anbei der Inhalt der /etc/nginx/sites-available/volkszaehler.conf
>
> # volkszaehler.conf
>
> include /etc/nginx/proxy_params;
>
> server {
> listen 80;
>
> location / {
> proxy_pass http://localhost:8080;
> include /etc/nginx/proxy_params;
> }
>
> location /middleware {
> rewrite ^/middleware(.php)?(/.*)? $2;
> proxy_pass http://localhost:8080/;
> }
>
> location /api {
> rewrite ^/api(/.*)? $1;
> proxy_pass http://localhost:8080/;
> }
>
> location /frontend {
> rewrite ^/frontend/(.*) $1;
> proxy_pass http://localhost:8080/;
> }
> }
>
> sudo rm /etc/nginx/sites-enabled/default habe ich ausgeführt
>
> ebenso sudo ln -s /etc/nginx/sites-available/volkszaehler.conf volkszaehler
>
> muss da noch irgendwo was konfiguriert werden, das vielleicht im wiki fehlt? Gibt es noch irgendwelche logs in denen man Fehler finden kann? Unter /var/log/nginx stehen zwei Access.log und error.log, diese sind aber leer.
>
> Gruß Tobias
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://demo.volkszaehler.org/pipermail/volkszaehler-users/attachments/20190407/9ee2066d/attachment.html>
More information about the volkszaehler-users
mailing list