diff --git a/software/pc_client/nginx/nginx.conf b/software/pc_client/nginx/nginx.conf index afef2c0..9e7e15f 100644 --- a/software/pc_client/nginx/nginx.conf +++ b/software/pc_client/nginx/nginx.conf @@ -1,3 +1,12 @@ +# This file is part of SplitFlapController project. +# Copyright (C) 2024-2025 GuniaLabs (www.dennisgunia.de) +# Author: Dennis Gunia +# +# This program is licensed under the AGPLv3 license. You can find a copy +# of the license in the LICENSE file in the root directory of this +# project. + + events {} http { diff --git a/software/pc_client/nginx/www/web_gui/index.html b/software/pc_client/nginx/www/web_gui/index.html index 63dcbe5..34089ff 100644 --- a/software/pc_client/nginx/www/web_gui/index.html +++ b/software/pc_client/nginx/www/web_gui/index.html @@ -1,3 +1,12 @@ + +