Milos Knezevic
Articles
-
Can we have access to the Fastly account provided with our Project?
Regrettably, access to the Fastly Dashboard is not available for customers utilizing the Managed Fastly CDN. It is advisable for users to install the Fastly CLI tool and to familiarize themselves...
-
Why does the container provide UTC time after I have set the time zone on my app?
When changing time zones for your app, the underlying time applied to the container isn't changed. Instead, the server registers the change in the app time zone as an adjustment from UTC. UTC is th...
-
Can I enable GZIP compression for dynamic HTML?
At this time, it is not possible to activate GZIP compression for dynamic HTML content on the Platform.sh service. This limitation arises due to the inherent vulnerabilities associated with this ...
-
Is there a limit to the number of Deployments on my Environment?
There is a limit to one activity or deployment in progress per Environment at any given time, however, there is no limit to the number of pending activities on your Environment. At this time, there...
-
Does Platform.sh protect against brute force attacks?
No, we don't directly protect against DDoS (Distributed Denial of Service) For Elite and Enterprise customers, however, the WAF (Web Application Firewall) helps mitigate DDoS amongst other kind of ...
-
What mandatory access control does Upsun use?
The code you deploy is in read-only images, it can't be modified after the build hook has completed (unless you set up mounts).Access to a project can happen through SSH (with key-based authenticat...
-
Is there any way to display a static maintenance page during a Deployment?
At this time, we currently do not have anything built into Upsun to support that - many of our clients who need that functionality use a CDN which supports serving a maintenance page when the site ...
-
Can I add my project to an external Git repository and keep it within Platform.sh?
Yes, as Platform.sh is a Git-based infrastructure, it's entirely possible to clone your project over to a repository such as GitLab, GitHub or Bitbucket and also keep your Platform.sh Git repositor...
-
Does Platform.sh protect against brute force attacks against SSH?
Yes. Password based-authentication is disabled. Only key-based authentication is available. No passwords are used, so brute forcing attempts are mitigated. For further information on our security ...
-
Is there a way I can find out where my region is hosted?
You can find out where your region is hosted by using the following command: platform api:curl regions | jq '.regions[] | select(.available != false) | .id + ": " + .provider.name + " - " + .zone +...