Avatar

Milos Knezevic

  • Total activity 766
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 383

Articles

Recent activity by Milos Knezevic
Sort by recent activity Recent activity Votes
  • Root permissions

    Root permissions are not available on Upsun. There are very little reasons that root is needed and it is an active security risk. Upsun is a managed Platform As A Service. After the build step, the...

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes
  • How to connect MongoDB tunnel with Robo 3T

    GoalIn this tutorial, we’ll explain how to connect the upsun.com MongoDB using SSH tunnel with a MongoDB GUI such as Robo 3T PreparationThis tutorial assumes you have A working project with MongoDB...

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes
  • Quick project inventory of your Upsun projects

    GoalTo quickly iterate through all your Upsun projects and check if they still receive traffic.  AssumptionsYou will need: An SSH key configured on your Upsun account The Upsun CLI installed   P...

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes
  • How to modify my Upsun Fixed project plan and its resources?

    GoalChange a Upsun Fixed plan/and or modify project settings such as environments, storage, and users. Problems it fixes The plan size needs to be changed to add more resources to the app Modifyin...

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes
  • Fleets

    FleetsUpsun exists to standardize DevOps best practices - committed infrastructure, consistent staging environments, etc. to produce reliable and reproducible builds. Adopting to Upsun ensures feat...

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes
  • How to configure caching for static assets

    Caching is a common and effective way to improve the performance of a website. Both upsun and your browser can cache static files with the proper cache header configuration. This guide will explain...

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes
  • Using the upsun cli in the web container

    GoalHave the upsun CLI installed and authenticated in the web container. ProblemsUsing the CLI directly from the web (application) container can be required to automate certain tasks. Many tasks th...

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes
  • Use the latest npm version

    In your .upsun/config.yaml file, set the npm version to latest as follows:dependencies: nodejs: npm: latestReferences Upsun: JavaScript/Node.js Upsun: Manage Node.js versions

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes
  • Set up a WebSocket route

    To use the WebSocket protocol on a route, cache must be disabled because WebSocket is incompatible with buffering, which is a requirement for the router caching."https://{default}/ws": type: up...

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes
  • How to get drush to use the correct URL?

    Q: When I run drush status on production, it shows the generated URL instead of my.domain.com This means that links in emails generated by the system during crons and other tasks like sitemap gene...

    • Edited
    • 1 follower
    • 0 comments
    • 0 votes