noesberger Wrote:
-------------------------------------------------------
> location /ifttt/ {
> proxy_pass http://192.168.1.214:1880/ifttt;
> }
location /ifttt/ {
proxy_pass http://192.168.1.214:1880;
}
-------------------------------------------------------
> location /ifttt/ {
> proxy_pass http://192.168.1.214:1880/ifttt;
> }
location /ifttt/ {
proxy_pass http://192.168.1.214:1880;
}