rewrite ^/$ http://ufo.kit.edu/dis/; location /dis/ { proxy_pass https://192.168.26.211/dis/; proxy_pass_header Set-Cookie; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto $scheme; client_max_body_size 128m; } # Actual error is in the UFO web site. Should be fixed on KaaS location /dis/index.php/ufo/ { proxy_pass https://192.168.26.211/dis/index.php/project/; proxy_pass_header Set-Cookie; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto $scheme; client_max_body_size 128m; }