From: LeonardoBizzoni Date: Thu, 14 Apr 2022 06:03:12 +0000 (+0200) Subject: Typo in readme nginx config X-Git-Url: http://git.leonardobizzoni.com/?a=commitdiff_plain;h=fb49794bfb9728e407913fc6a67cc1edbf80c43b;p=highschool-graduation-project Typo in readme nginx config --- 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 _;