From fb49794bfb9728e407913fc6a67cc1edbf80c43b Mon Sep 17 00:00:00 2001 From: LeonardoBizzoni Date: Thu, 14 Apr 2022 08:03:12 +0200 Subject: [PATCH] Typo in readme nginx config --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index 071db37..a232bd5 100644 --- a/README.org +++ b/README.org @@ -88,7 +88,7 @@ http { listen 80 default_server; listen [::]:80 default_server; - root /var/www/html; + root /var/www/html/pub; index index.php index.html index.htm index.nginx-debian.html; server_name _; -- 2.52.0