From 2e132f6494b5a098a13954e6d44d620823e5ff5b Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Wed, 5 Apr 2023 12:58:28 +0200 Subject: [PATCH] added enabling for the nginx config --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 6d18cb0..b5206df 100644 --- a/README.md +++ b/README.md @@ -44,3 +44,8 @@ This is an example nginx proxy config for http cp ./upfast-nginx /etc/nginx/sites-available/upfast ln -sf /etc/nginx/sites-available/upfast /etc/nginx/sites-enabled/ ``` + +> Enable +```bash +systemctl restart nginx +```