Просмотр исходного кода

change doc root to /var/www/html

ksieren 2 лет назад
Родитель
Сommit
1e6164dea6
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      rootfs/nginx.conf

+ 1 - 1
rootfs/nginx.conf

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