listen 443;

ssl on;
ssl_certificate /etc/ssl/certs/cert.pem;
ssl_certificate_key /etc/ssl/certs/cert.pem;

fastcgi_param HTTPS on;
