I try to implement a nginx reverse proxy to a webapplication. The nginx conf file looks like:
events { worker_connections 1024; } http { server {