Added webserver

This commit is contained in:
Dennis Gunia
2025-10-19 19:51:30 +02:00
parent e02620c22a
commit 03840abca4
5 changed files with 56 additions and 0 deletions

12
software/pc_client/nginx/run.sh Executable file
View File

@@ -0,0 +1,12 @@
#!/bin/bash
# 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.
# Run the nginx server with the specified configuration file in background
sudo nginx -c $(pwd)/nginx.conf