Friday, February 25, 2022

nginx configuration introduction

/etc/nginx ---> config files in ubuntu 


configuration

------

directives, specific configuration files are set like below key,values

server_name mydomain.com;


context, sections within the configuration where directives are set.like scope.

server context, where we define virtual hosts and location context inside it is for uris.

No comments:

Post a Comment