From ea836c1429e1bb0efe1b7bb0cc9d55eb16fb9df7 Mon Sep 17 00:00:00 2001 From: ghost Date: Thu, 23 Nov 2023 15:36:39 +0200 Subject: [PATCH] update readme --- nginx/opennet/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/opennet/README.md b/nginx/opennet/README.md index e998852..320ec6b 100644 --- a/nginx/opennet/README.md +++ b/nginx/opennet/README.md @@ -19,7 +19,7 @@ Current implementation forward subdomains to following proxy locations: ## Installation 1. Download `nginx/opennet` content to `/etc/nginx/opennet` folder -2. Copy `nginx/opennet/server.conf` to `sites-available/opennet.conf` +2. Copy `nginx/opennet/server.conf` to `/etc/nginx/sites-available/opennet.conf` then change commented options for your needs 3. Alternatively, include `nginx/opennet/locations.conf` to existing website config at `sites-available` then reload nginx configuration ## Issues