server { listen 443 ssl; server_name social.suesity.online; include snippets/suesity.online-ssl; location / { proxy_pass http://localhost:8007; } }