mirror of
https://github.com/ThomasGsp/HyperProxmox.git
synced 2025-02-14 12:12:16 +00:00
Update 03-frontend.md
This commit is contained in:
parent
09bb0ad675
commit
bcfff73222
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ vi /etc/nginx/sites-available/hyperproxmox.conf
|
|||
``` bash
|
||||
server {
|
||||
listen *:443 ssl;
|
||||
server_name youdomain.name;
|
||||
server_name yourdomain.name;
|
||||
root /var/www/hyperproxmox;
|
||||
|
||||
ssl on;
|
||||
|
|
Loading…
Reference in a new issue