Difference between revisions of "Important Nginx Directories"
Jump to navigation
Jump to search
m (Lchristopherson moved page Nginx Website Locations to Important Nginx Directories without leaving a redirect) |
|||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
[[Category:Webserver]] | [[Category:Webserver]] | ||
== About == | |||
This wiki entry's purpose is to list all important directories for managing the web server. Here you will find all of the server blocks exact location, as well as all of the websites files. I will try to list every config file I have edited throughout the course of the year to help with future debugging. | |||
== Directories == | |||
=== Server blocks/Website config files === | |||
<code>/etc/nginx/sites-available</code><br> | |||
<code>/etc/nginx/sites-enabled</code> | |||
=== 24pin.tech === | |||
<code>/var/www/24pin.tech</code> | |||
=== service.24pin.tech === | |||
<code>/var/www/service.24pin.tech</code> | |||
=== wiki.24pin.tech === | |||
<code>/var/www/wiki.24pin.tech</code> | |||
=== evit.computer === | |||
<code>/var/www/evit.computer</code> | |||
== Files == | |||
=== Manual Network Config === | |||
<code>/etc/netplan/50-cloud-init.yaml</code> | |||
=== DNS Nameserver Config === | |||
<code>/etc/resolv.conf</code> |
Latest revision as of 15:39, 12 May 2022
About
This wiki entry's purpose is to list all important directories for managing the web server. Here you will find all of the server blocks exact location, as well as all of the websites files. I will try to list every config file I have edited throughout the course of the year to help with future debugging.
Directories
Server blocks/Website config files
/etc/nginx/sites-available
/etc/nginx/sites-enabled
24pin.tech
/var/www/24pin.tech
service.24pin.tech
/var/www/service.24pin.tech
wiki.24pin.tech
/var/www/wiki.24pin.tech
evit.computer
/var/www/evit.computer
Files
Manual Network Config
/etc/netplan/50-cloud-init.yaml
DNS Nameserver Config
/etc/resolv.conf