Milos Knezevic
Articles
-
What is the backup retention policy?
The retention period for backups is determined by your project plan. By default, Upsun provides 1 automated backup a day for your production environment, with a 2-day retention (2 days worth of ba...
-
How to rewrite requests without redirecting?
Rewrites can be configured by adding a locations parameter to your app's web definition.For more information on this feature, please see the following page in the Upsun documentation:https://fixed....
-
What is required to ensure SSL/TLS certificates are valid?
Certificates are automatically provided on all projects by Platform.sh through Let's Encrypt, see the limitations. As long as your Domain's DNS records are pointing to your project's edge hostname,...
-
How can I see if an active SSL/TLS certificate has been issued for a domain?
There are three ways you can see if an SSL/TLS certificate is added to a domain: Use an online certificate tool such as Upsun's certificate checker curl -ILv <YOUR_DOMAIN> Check to see if there i...
-
Is it possible to perform intrusion/penetration tests (pentests)?
Testing the security of your project is allowed, but there are some limitations which include (and aren't limited to): Carrying out only specific types of tests, Complying to the rate limits, Foll...
-
Is Platform.sh FERPA compliant?
The Family Educations Rights and Privacy Act is a US Federal law that protects the privacy of student education records. Platform.sh is compliant on USA regions of AWS, Azure, and GCP although we r...
-
How do I configure New Relic?
The process to configure New Relic differs depending on the language used by your app. To see the installation procedure for Grid or Dedicated Gen 3 projects, see the following pages: Java Node.js...
-
Can I define multiple routes sending traffic to the same app?
Yes, multiple routes can send traffic to the same app. As long as the route's upstream key points to the app's unique name in your .platform/routes.yaml file, traffic will be routed to it when the ...
-
What settings can I configure in php.ini?
There are two ways to customize php.ini values for your app. The recommended method is to use variables. Alternatively, you can include a custom php.ini in your project's git repository. You aren’t...
-
Why is my PHP process getting killed?
This issue arises when your application process is using more memory than has been allocated to the container. For more information on this feature, please see the following page in the Upsun docu...