Keine Beschreibung

nginx.conf 175B

    # nginx configuration as a subdomain server { listen 80; server_name eval.ia; location / { proxy_pass http://localhost:8042; } }