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.

Hey,
i just moved a working wordpress installation from my vserver to a newer server. I already moved the database and the whole directory to my new server.
While my mainpage is working fine all subsites are getting “404 Not Found”.
Here is my config (/etc/nginx/sites-enabled/mysite)
server { listen 80 default_server; listen [::]:80 default_server ipv6only=on;
root /var/www/mysite;
index index.php index.html index.htm;
server_name mysite.de www.mysite.de;
location / {
try_files $uri $uri/ =404;
}
error_page 404 /404.html;
error_page 500 502 503 504 /50x.html;
location = /50x.html {
root /var/www/mysite;
}
location ~ \.php$ {
try_files $uri =404;
fastcgi_split_path_info ^(.+\.php)(/.+)$;
fastcgi_pass unix:/var/run/php5-fpm.sock;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
include fastcgi_params;
}
}
Can anybody tell me what i´m doing wrong?
009fd274aeae48f2bfbda6ef568676
Cloudstream Apk
032f50ee7f7d489db3b05e204fe139
032f50ee7f7d489db3b05e204fe139
Edward Sitarski
ebeecroft
dashan
34bcef38725b4e6eb5224ae028f17e
markatango
gouskova