@@ -2,8 +2,7 @@
server {
listen 80;
server_name _;
- root /var/www/html;
-
+ root /var/www/html/public;
index index.php index.html index.htm;
location / {