From 3011af9b6b18d2da21e3e9557fd47435bf0d9918 Mon Sep 17 00:00:00 2001 From: "Thomas.GSP" Date: Mon, 30 Apr 2018 19:43:49 +0100 Subject: [PATCH] Update 03-frontend.md --- doc/md/03-frontend.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/md/03-frontend.md b/doc/md/03-frontend.md index 3b7cea2..06ae7e2 100644 --- a/doc/md/03-frontend.md +++ b/doc/md/03-frontend.md @@ -1,6 +1,6 @@ # Frontend -### Web server +###  Web server The frontend is writing in php/html/css/js. You can use every web servers that support theses technologies. For this installation, we'll setting up nginx with php-fpm. @@ -67,7 +67,7 @@ catch_workers_output = yes ``` -#### Web application +####  Web application ``` bash # set www dir mkdir /var/www/hyperproxmox @@ -77,4 +77,4 @@ chown www-data: -R /var/www/hyperproxmox chmod 550 -R /var/www/hyperproxmox ``` -[Setup - Backend](02-backend.md) <-- Previous | Next --> [Setup - Configs](04-configs.md) \ No newline at end of file +[Setup - Backend](02-backend.md) <-- Previous | Next --> [Setup - Configs](04-configs.md)