1
0
Fork 0
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:
Thomas.GSP 2018-12-18 11:29:06 +00:00 committed by GitHub
parent 4ed0095a45
commit 365e128bb6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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