From 17c172a73d878f73f882048f63e2ab587ec76f6b Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Wed, 5 Apr 2023 12:58:28 +0200 Subject: [PATCH] added loading for the nginx config --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 6d18cb0..bad5ed6 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/ ``` + +> Load config +```bash +systemctl reload nginx +```