NGINX Änderung für neues Mobile Karantäne Interface

rmacs

Active Member
Mar 30, 2020
1
0
41
56
Hallo
Weiss jemand von euch, um was man die Konfig beim NGINX ergänzen muss, dass das neue Karantäne Interface für Mobiles funktioniert?
Folgender Eintrag steht im WIKI:

Code:
    location /quarantine {
        proxy_pass https://localhost:8006;
    }

Grüsse
Marc