mirror of
https://github.com/the-spellman/tech-docs-md
synced 2024-10-29 22:47:52 +00:00
Create nginx-whereisstuff.html
This commit is contained in:
parent
2296167554
commit
bba0087259
1 changed files with 12 additions and 0 deletions
12
nginx-whereisstuff.html
Normal file
12
nginx-whereisstuff.html
Normal file
|
@ -0,0 +1,12 @@
|
|||
# Where is stuff in NGINX
|
||||
|
||||
- The location of the main Nginx configuration file depends on how Nginx was installed:
|
||||
- On many Linux distributions, it can be found at "/etc/nginx/nginx.conf".
|
||||
- Alternatively, it might be located at "/usr/local/nginx/conf/nginx.conf" or "/usr/local/etc/nginx/nginx.conf" if not found in the default location.
|
||||
|
||||
- The location of available sites:
|
||||
- Typically stored in "/etc/nginx/sites-available".
|
||||
|
||||
- The location of enabled sites:
|
||||
- Usually stored in "/etc/nginx/sites-enabled".
|
||||
- Enabled sites are symbolic links to files located in the "sites-available" directory mentioned above.
|
Loading…
Reference in a new issue