Skip to content

PoonamKri7665/nginx-kubernetes-branch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

to change nginx config file location

/etc/nginx/nginx.conf

command to check iptable

iptables is an application that allows a user to configure the firewall functionality built into the Linux kernel

iptables -t filter -L (filter table is used for packet filtering)

command to check NAT table (The nat table is used for Network address translation.)

iptables -t nat -L

for Nfs server setup

https://ubuntu.com/server/docs/network-file-system-nfs#:~:text=NFS%20allows%20a%20system%20to,if%20they%20were%20local%20files.

for changing owner of file and directory

sudo chown nobody:nogroup /srv/homes

About

nginx k8s in other branch

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published