server { listen 443 ssl; server_name social.suesity.vlw.se; include snippets/suesity.vlw.se-ssl; location / { client_max_body_size 16M; proxy_pass http://localhost:8007; } }