Explore >> Select a destination


You are here

www.codeotaku.com
| | fhackts.wordpress.com
9.2 parsecs away

Travel
| | We had a case where multiple servers are using nginx with the exact same configuration to cache short-lived content. And just one of the servers was not caching at all. After a lot of head scratching, we discovered that the server was not synced with NTP, and had a date in the future. As it
| | nurkiewicz.com
7.0 parsecs away

Travel
| | HTTP protocol is fundamental to the Internet. It's a simple request-response protocol where the request is initiated by the client, typically a web browser
| | blog.chand1012.dev
8.8 parsecs away

Travel
| | In this tutorial, we will be setting up a Flask server using Gunicorn and NGINX on Ubuntu 18.04 LTS. Requirements Any system running Ubuntu 18.04 LTS with SSH enabled. An SSH client. Installing After connecting via SSH to your server as root, run the following commands to install the required programs: apt update apt upgrade -y apt install nginx python3 python3-pip python3-venv This will install Python, NGINX, and the virtual environment needed to run the app.
| | alexop.dev
35.6 parsecs away

Travel
| Part 2 of the Vue 3 + GraphQL series: generate fully-typed `useQuery` composables in Vue 3 with GraphQL Code Generator