Browse Source

Update grocy-install.sh

tteckster 3 năm trước cách đây
mục cha
commit
24973788d8
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      setup/grocy-install.sh

+ 1 - 0
setup/grocy-install.sh

@@ -83,6 +83,7 @@ cat <<EOF > /etc/apache2/sites-available/grocy.conf
 <VirtualHost *:80>
   ServerAdmin webmaster@localhost
   DocumentRoot /var/www/html/public
+  ErrorLog /var/log/apache2/error.log
 </VirtualHost>
 EOF