mirror of
https://github.com/ThomasGsp/HyperProxmox.git
synced 2025-03-09 15:40:18 +00:00
Update 03-frontend.md
Update doc
This commit is contained in:
parent
4ed0095a45
commit
365e128bb6
1 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Frontend
|
# Frontend
|
||||||
|
|
||||||
### Web server
|
### Web server
|
||||||
The frontend is writing in php/html/css/js.
|
The frontend is in php/html/css/js.
|
||||||
You can use every web servers that support theses technologies.
|
You can use any web servers supporting theses technologies.
|
||||||
For this installation, we'll setting up nginx with php-fpm.
|
For this installation, we will setting up nginx with php-fpm.
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
apt-get install nginx php-fpm php-curl php-json
|
apt-get install nginx php-fpm php-curl php-json
|
||||||
|
@ -32,7 +32,7 @@ server {
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
In this example, i used the pre-generates nginx key: "/etc/nginx/ssl/nginx.key"
|
In this example, I used the pre-generates nginx key: "/etc/nginx/ssl/nginx.key"
|
||||||
You should change this part and generate your keys.
|
You should change this part and generate your keys.
|
||||||
|
|
||||||
#### Php-fpm
|
#### Php-fpm
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue