Milos Knezevic
Articles
-
Using a custom certificate and LetsEncrypt certificates on the same project?
Is it possible to use a custom SSL certificate just for a specific domain, and use the auto generated one for all other domains on the same project?If the custom certificate SAN/CN matches the cust...
-
How can I access the live site using the original Upsun-provided URLs?
If I “go live”, I lose the ability to go directly to the *.upsun.site url. Can I go back to using that at any point?You can add it explicitly as a route in routes.yaml in addition to the “{default}...
-
What databases can I use in my project?
Databases, and other services like caches, queues, indexers, are listed here.Currently, our supported services include: Elasticsearch InfluxDB Memcached MongoDB MySQL Network Storage PostgreSQL Red...
-
🧪 How to Update Your Hosts File to Test URLs (Windows, macOS, and Linux)
Need to test a website on a different IP address before DNS changes go live? Editing your hosts file is a great way to override DNS locally. This guide will walk you through how to do it on Window...
-
Is it possible to kill a build or deploy?
BasicsIf a build or deployment is running longer than expected, it may be caused by one of the following: The build is blocked by something in your build hook The deployment is blocked by a long ru...
-
How to access Redis credentials on upsun.com
GoalAccess credentials for Redis from within a upsun.com application using PHP. Assumptions an active upsun.comproject properly configured .platform/services.yaml for the given service SSH key con...
-
Disabling Watchdog on Drupal
On busy Drupal sites, the Watchdog table in Drupal can become a bottleneck for application performance. Especially if your application code generates warnings on each request, inserting those warn...
-
How to derive metrics from access log via ngxtop
GoalTo derive various metrics from the Nginx access log via ngxtop. AssumptionsTo complete this, you will need: The Upsun CLI tool installed The Python pip tool installed ProblemsSometimes, you ma...
-
How to derive metrics from access log via ngxtop
GoalTo derive various metrics from the Nginx access log via ngxtop. AssumptionsTo complete this, you will need: The Upsun CLI tool installed The Python pip tool installed ProblemsSometimes, you ma...
-
How to deploy a Vue.js Single Page Application (SPA) with a Golang API on Upsun
Goal Deploy a Vue.js Single Page Application (SPA) with a Golang API backend on Upsun Assumptions An empty Upsun project with Medium plan Node.js installed locally Vue.js CLI installed locally ...