import { NestFactory } from '@nestjs/core' ; import { AppModule } from './app.module' ; import { ConfigService } from '@nestj…
Read moreserver { listen 443 ssl; server_name vpn.example.com; ssl_certificate /etc/letsencrypt/live/vpn.example.com/fullchain.pem; ssl_certificate…
Read more# Mobile detection map map $http_user_agent $is_mobile { default 0; ~*iphone|ipod|android|blackberry|mini|windows\sce|palm 1; } # Main site …
Read moreserver { server_name siku.developernoob.com santu.developernoob.com ; root /var/www/html ; # index index.html index.htm; index index.h…
Read moreserver { listen 80; server_name zetamatic.developernoob.com; root /var/www/html; location / { if ($arg_edd_action = "activat…
Read more**Title: Initial Server Setup and Installing Nginx on Ubuntu 18.04** --- **Step 1: Initial Server Setup** 1. **Log in as Root User:** ``` ssh root@y…
Read more