Installing NGINX in OCI Compute
Nginx is great web server which can act as reverse proxy and load balancer with routing capabilities. We will look into the steps to install Nginx in OCI Compute instances.…
Nginx is great web server which can act as reverse proxy and load balancer with routing capabilities. We will look into the steps to install Nginx in OCI Compute instances.…
Launch Compute Instances Navigate to OCI console and click Compute which will render Compute list. There many ways to create Compute Instance as mentioned below Using Create Instance The simplest…
Overview This document presents a high-level understanding of the Micronaut 4.0 framework. We will understand some basic concepts like GraalVM, runtime reflection, JIT (Just In Time compiler) vs AOT (Ahead…
Setup project CLI brew update brew install micronaut Post successful installed. Verify Micronaut installed successfully, type mn in terminal Known Issue with Mac To fix the issue, use the command…