From 0b38e6517d9aed4af47977c0d0e813d719d6d389 Mon Sep 17 00:00:00 2001 From: James Stokes Date: Mon, 26 Jun 2023 17:39:54 +0100 Subject: [PATCH] Seems to be a typo here --- Using-WireGuard-Easy-with-nginx-SSL.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Using-WireGuard-Easy-with-nginx-SSL.md b/Using-WireGuard-Easy-with-nginx-SSL.md index aef3a56..fe90735 100644 --- a/Using-WireGuard-Easy-with-nginx-SSL.md +++ b/Using-WireGuard-Easy-with-nginx-SSL.md @@ -63,9 +63,7 @@ Then run once: ```bash $ docker exec -it nginx /bin/sh - -cp wg-easy.conf /etc/nginx/conf.d/. - +$ cp /etc/nginx/servers/wg-easy.conf /etc/nginx/conf.d/. $ certbot --nginx --non-interactive --agree-tos -m webmaster@google.com -d ⚠️wg-easy.myhomelab.com $ nginx -s reload $ exit