m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/nginx.md
diff options
context:
space:
mode:
authorMarcin Chrzanowski <m@m-chrzan.xyz>2023-12-04 03:23:05 +0100
committerMarcin Chrzanowski <m@m-chrzan.xyz>2023-12-04 03:23:05 +0100
commit5803f6c4490baaf167d5b9a972e4fa25bee0a964 (patch)
tree8d8f62fedb04b5572066a2caa477cff4f3dc9351 /nginx.md
parentec967225b749d016b47dc9e530acb340e544d362 (diff)
Enabling an nginx site
Diffstat (limited to 'nginx.md')
-rw-r--r--nginx.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/nginx.md b/nginx.md
index 9cf5812..ae274d5 100644
--- a/nginx.md
+++ b/nginx.md
@@ -14,3 +14,7 @@ To set up rotating/compressed logs, use `logrotate`. Config in
`/etc/logrotate.d/nginx`. Run the following to reload config:
logrotate -v -f /etc/logrotate.d/nginx
+
+## Enable website
+
+ ln -s /etc/nginx/sites-available/<config> /etc/nginx/sites-enabled/