Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

Hi,
My http works fine but if i try to run the site though the https i get this error (chrome)
This site can’t be reached MySite.co.uk refused to connect.
The following is my sites-available file:
server {
listen 80;
listen [::]:80;
server_name MySite.co.uk www.MySite.co.uk;
return 301 https://$server_name$request_uri;
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
include snippets/ssl-MySite.co.uk.conf;
include snippets/ssl-params.conf;
root /var/www/html/TheStephenB/public;
index index.php index.html index.htm index.nginx-debian.html;
server_name MySite.co.uk www.MySite.co.uk;
location / {
try_files $uri $uri/ /index.php?$query_string;
}
location ~ \.php$ {
include snippets/fastcgi-php.conf;
fastcgi_pass unix:/run/php/php7.0-fpm.sock;
}
location ~ /\.ht {
deny all;
}
location ~ /.well-known {
allow all;
}
}
Edward Sitarski
1fd6b9d2a2b94ee4b3e8ee6d5e2587
Traceurity
fadecomic
Mollie Semmes
Will Walters
f4df2e98b9c74f7eb7f6a0629cf1c4
erel
fingers
fingers