From 90b27476b1c1ac768013eda2316725d7bc68b83e Mon Sep 17 00:00:00 2001 From: Deon George Date: Thu, 12 Mar 2020 09:12:58 +1100 Subject: [PATCH] Make default web root public/ --- nginx-app.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx-app.conf b/nginx-app.conf index 280c40a..9f86955 100644 --- a/nginx-app.conf +++ b/nginx-app.conf @@ -8,7 +8,7 @@ server { fastcgi_buffers 16 16k; fastcgi_buffer_size 16k; index index.php index.html; - root /var/www/html; + root /var/www/html/public; server_tokens off; set $my_https "off";