Questions tagged [cloudways]

Cloudways is a managed cloud hosting platform for businesses. This tag should be used to discuss anything related to the Cloudways Platform, its accompanying APIs, and the services Cloudways provides.

73 questions
1
vote
1 answer

Cloudways Hosting - Will server location make a big difference in US?

If hosting several WordPress websites on 1 server, will it make a difference between choosing a server location to a particular area or will choosing a more central location like Chicago/Dallas be good enough? We don't mind spending a few more $ to…
wfm
  • 11
  • 1
1
vote
1 answer

push only last committed files to the server from git remote repo using github webhooks

I am new to GitHub, i m doing the following local file push to GitHub remote repo (local -> git remote repo) and then using web-hooks (once local files push to git remote repo) automatically send all files to my server / web hosting (git remote…
Udhayakumar
  • 261
  • 1
  • 10
1
vote
1 answer

Issue CI GitLab on deploy stage

I have an issue with my CI pipeline on GitLab, stage deploy on server Cloudways. The CI deploy correctly in prod... but it failed with error: error: could not lock config file /home/123456.cloudwaysapps.com/xxxxxxx/.gitconfig: Permission denied I…
1
vote
2 answers

SEO friendly url is not working in server but it works in cpanel

I am trying to do an SEO-friendly URL in the CloudWays server but it's not working. Also, When I try it in the localhost or Cpanel it works fine. Thanks! This is my .htaccess file code:- Options +MultiViews RewriteEngine On # Set the default…
Musab
  • 149
  • 1
  • 8
1
vote
0 answers

Cloudways PHP FPM Settings — Semicolon?

Cloudways allows users to customize their PHP FPM settings. Silly question, I know, but if I want to change these items, where do I place the semicolon ";" ? They stated that by default they are inactive and suggest I remove the semicolons, at which…
hgreenough
  • 11
  • 3
1
vote
1 answer

How to integrate cloudways CDN to my Codeigniter project

I have set up CDN on Cloudways and was given a CDN Url. This I understand I need to add to my web application built on CodeIgniter. I tried what solutions I could find on the web but it's either I'm not doing it right or it simply does not work. I…
1
vote
2 answers

I cant get my index page to show on my cloudways symfony app

I use CloudWays hosting for my web app. I am trying to get my index page to work. Example: www.mysite.com or www.mysite.com to point to my index or home page. I have set up the following controller after running composer require…
Aeryes
  • 629
  • 3
  • 10
  • 24
1
vote
1 answer

Change domain from og:image using CDN

I have my website www.diabeticme.org using a CDN. The CDN creates an og:image URL that is not readable by Twitter card validator. Can I overwrite the CDN URL for og:image only? Example:
1
vote
1 answer

How to give Write Permission to public in Github Folder?

My project is deployed in a server. Server is pulling from Github. I want, users can upload images in one folder in Github which is deployed in server. It is showing "Permission Denied". How to give write access to that folder in github ? I am using…
1
vote
0 answers

Htaccess not redirecting jpg/png images to script for webp conversion on the go

Code in htacces works on everything but images(the only thing that it needs to redirect). Using Cloudways and Prestashop . It work on local with Mamp I have tried making it redirect averything(removing conditions) and it makes everything redirect(…
1
vote
1 answer

Cron Job On Woocommerce Web App Hosted on Cloudways

I have a woocommerce website hosted on cloudways, I want to monitor the website to know when it is down and when it isn't. I have decided to use cron jobs with php to check for specific URLs on the website. I realised that cloudways has cron jobs…
winfred adrah
  • 428
  • 6
  • 18
1
vote
0 answers

Cloudways needs reset permissions on new files

I am using Symfony 3.2 on Cloudways server. The issue is in cache. I want clear cache on each push as symfony in prod env does not update twig cache. However cache can not be cleared because of file permissions. New files (cache) have wrong…
FreeLightman
  • 2,224
  • 2
  • 27
  • 42
1
vote
0 answers

Connect to MySQL DataBase with Laravel 5.1 and Cloudways

I'm trying cloudways as server to deploy my Laravel application on it. Everythings seems to work, except that I can't connect to Database. When I try to authenticate, I get this error : SQLSTATE[HY000] [2003] Can't connect to MySQL server on…
Elie Morin
  • 1,456
  • 3
  • 15
  • 35
0
votes
0 answers

Socket.io getting "WebSocket connection to wss failed:" and not working

Describe the bug I've set up a socket.io on my server and I'm connecting to it from my other projects. Actually everything was working great on localhost. Then when I deployed it to the server, it started showing the error you see in the title and…
0
votes
1 answer

Keep the .env file in production server on git deploy

In my Git repository, for security reasons, I do not have the .env file; however, in the production environment, this file already exists at the root and is configured (and it's not versioned). My goal is that when I deploy to Cloudways, this…
Paulo Costa
  • 182
  • 3
  • 12