Skip to content

Instantly share code, notes, and snippets.

View viswanathan16's full-sized avatar

Viswanathan R viswanathan16

View GitHub Profile
@viswanathan16
viswanathan16 / change-apache-default-document-root-directory.md
Created September 2, 2024 15:39 — forked from masudcsesust04/change-apache-default-document-root-directory.md
4 steps to change your apache default document root directory

Step - 1: Create a directory

$ mkdir /home/masud/www/

Step - 2: Open apache2 configuration file

$ sudo nano /etc/apache2/apache2.conf 
@viswanathan16
viswanathan16 / nginx.yaml
Created February 4, 2024 15:35 — forked from Thakurvaibhav/nginx.yaml
Demo Nginx Deployment and Service Manifest
apiVersion: v1
kind: Namespace
metadata:
name: nginx
---
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
namespace: nginx
name: nginx-deployment