From 5803f6c4490baaf167d5b9a972e4fa25bee0a964 Mon Sep 17 00:00:00 2001 From: Marcin Chrzanowski Date: Mon, 4 Dec 2023 03:23:05 +0100 Subject: Enabling an nginx site --- nginx.md | 4 ++++ 1 file changed, 4 insertions(+) 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/ /etc/nginx/sites-enabled/ -- cgit v1.2.3