mirror of
https://github.com/ThomasGsp/HyperProxmox.git
synced 2025-02-15 04:32:15 +00:00
Fix errors readme
This commit is contained in:
parent
e432112724
commit
0e137e9bce
1 changed files with 3 additions and 2 deletions
|
@ -60,7 +60,7 @@ server {
|
||||||
|
|
||||||
location ~ \.php$ {
|
location ~ \.php$ {
|
||||||
include snippets/fastcgi-php.conf;
|
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/
|
cp -R /opt/HyperProxmox/ /var/www/hyperproxmox/
|
||||||
chown www-data: -R /var/www/hyperproxmox
|
chown www-data: -R /var/www/hyperproxmox
|
||||||
# No www-data write (useless)
|
# No www-data write (useless)
|
||||||
chmod 550 -R /opt/HyperProxmox
|
chmod 550 -R /var/www/hyperproxmox
|
||||||
|
|
||||||
# Set hyperproxmox
|
# Set hyperproxmox
|
||||||
chown hyperproxmox: -R /opt/HyperProxmox
|
chown hyperproxmox: -R /opt/HyperProxmox
|
||||||
|
@ -114,6 +114,7 @@ chmod 760 -R /opt/HyperProxmox
|
||||||
|
|
||||||
# Log dir (you can change it)
|
# Log dir (you can change it)
|
||||||
mkdir /var/log/hyperproxmox/
|
mkdir /var/log/hyperproxmox/
|
||||||
|
chown hyperproxmox: /var/log/hyperproxmox/
|
||||||
```
|
```
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
|
|
Loading…
Reference in a new issue