1
0
Fork 0
mirror of https://github.com/ThomasGsp/HyperProxmox.git synced 2025-02-12 19:22:30 +00:00

Fix errors readme

This commit is contained in:
Tlams 2018-02-15 12:12:58 +00:00
parent e432112724
commit 0e137e9bce

View file

@ -60,7 +60,7 @@ server {
location ~ \.php$ {
include snippets/fastcgi-php.conf;
fastcgi_pass unix:/var/run/php-hyperproxmox.sock;
fastcgi_pass unix:/var/run/php-www.sock;
}
}
@ -106,7 +106,7 @@ mkdir /var/www/hyperproxmox
cp -R /opt/HyperProxmox/ /var/www/hyperproxmox/
chown www-data: -R /var/www/hyperproxmox
# No www-data write (useless)
chmod 550 -R /opt/HyperProxmox
chmod 550 -R /var/www/hyperproxmox
# Set hyperproxmox
chown hyperproxmox: -R /opt/HyperProxmox
@ -114,6 +114,7 @@ chmod 760 -R /opt/HyperProxmox
# Log dir (you can change it)
mkdir /var/log/hyperproxmox/
chown hyperproxmox: /var/log/hyperproxmox/
```
``` bash