server { listen 80; # listen 8752; server_name .steinweis.ngiger.ch; location / { proxy_pass http://localhost:9191; } }