Make default web root public/
This commit is contained in:
parent
c8cc79dbb3
commit
90b27476b1
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user