1
0
Fork 0
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:
Thomas.GSP 2018-05-03 10:23:19 +01:00 committed by GitHub
parent 09bb0ad675
commit bcfff73222
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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