Milos Knezevic
Articles
-
How to disable Basic Auth for a specific API endpoint
If you are using the Upsun's native HTTP Access Control (Basic Authentication) to protect a development or staging environment, you cannot disable it for a specific URL path (such as /api/ or /adm...
-
Working with Upsun rate-limiting implementation (Fastly)
How to Update a Dynamic ACL and Dictionary Using the Fastly CLIFastly’s dynamic ACLs and edge dictionaries let you manage access controls and config values in real-time — no version cloning or acti...
-
How data works 3: Add services
1. Cleanup Your Environments Before moving forward, let's clean up the project by deactivating the development environments from the previous steps. Run the following commands to switch to your ma...
-
How do I change my project name?
Modify the project name with the CLIIf you accidentally named your project Jedi Mind Tricks, you can modify its name using the Upsun CLI:$ upsun project:info title "Jedi Mind Tricks" Property title...
-
URL Redirect 301 blog.example.com to example.com/blog
I have install wordpress at example.com/blog Cloudflare SSL Full (Strict) is enabled with Origin CA certificate installed. Force HTTPS redirect is enabled on server origin and also on Cloudflare....
-
How to determine database usage of an environment
GoalDetermine approximate database usage of a Upsun project using the Upsun CLI tool. Assumptions One or more Upsun projects Upsun CLI tool installed locally SSH key configured with the project a...
-
How to run a Rust web application on Platform.sh
The Rust runtime is currently available in Beta only. There is a full example here
-
How to manage your own Fastly configuration (custom VCL)
If your project utilizes an Upsun-provided Fastly CDN service, it comes pre-configured with basic optimizations and protections appropriate for your application type. However, if you need to add a...
-
Strapi constantly restarting in development environments (Restart Loop)
When tailing the logs of a Strapi application on a development environment, you may notice that the container is constantly trying to restart Strapi, even if the application UI appears to be runni...
-
502 error - Bad gateway
This almost always is an application issue. 502 is a catch-all for issues . Some of them listed below It's possible app is trying to write to a READ-ONLY file system. Or application is crashing ...