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.

With cloudflare full strict ssl and nginx config. I get 404 error or its not redirected to the actual files in var/www/… But goes to root /var/www/html/
I am using cloudflare tunnel. And I followed digital ocean guide to install nginx, set cloudflare SSL with nginx
Nginx config
server {
listen 80;
listen [::]:80;
server_name wp.cloudcreatr.com;
#return 302 https://$server_name$request_uri;
}
server {
# SSL configuration
listen 443 ssl http2;
listen [::]:443 ssl http2;
ssl_certificate /etc/ssl/cert.pem;
ssl_certificate_key /etc/ssl/key.pem;
server_name wp.cloudcreatr.com;
root /var/www/wp;
index index.html index.htm index.nginx-debian.html;
location / {
try_files $uri $uri/ =404;
}
}
Enabling this gives redirect loop
#return 302 https://$server_name$request_uri
Also my cloudflare tunnel config file
tunnel: 796c6fde-bae0-476f-86d6-3dfd022d6143
credentials-file: /home/cloudcreatr/.cloudflared/796c6fde-bae0-476f-86d6-3dfd022d6143.json
ingress:
- hostname: wp.cloudcreatr.com
service: https://localhost:443
originRequest:
connectTimeout: 10s
noTLSVerify: true
- hostname: wpp.cloudcreatr.com
service: http://localhost:80
# Catch-all rule, which just responds with 404 if traffic doesn't match any of
# the earlier rules
- service: http_status:404
warp-routing:
enabled: true
009fd274aeae48f2bfbda6ef568676
Cloudstream Apk
Ruz
Ruz
Edward Sitarski
ebeecroft
dashan
34bcef38725b4e6eb5224ae028f17e
markatango
gouskova