]> git.leonardobizzoni.com Git - highschool-graduation-project/commitdiff
Typo in readme nginx config
authorLeonardoBizzoni <leo2002714@gmail.com>
Thu, 14 Apr 2022 06:03:12 +0000 (08:03 +0200)
committerLeonardoBizzoni <leo2002714@gmail.com>
Thu, 14 Apr 2022 06:03:12 +0000 (08:03 +0200)
README.org

index 071db372db3f8be49f64942b0ca1205465413fba..a232bd5a2012cdcaeb406a39bdaa542b908ed183 100644 (file)
@@ -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 _;