2
0

Minor webservice enhancements

* forced text/html MIME type to the nginx.conf static messages
* preparation of a static web service in nginx.conf
* preparation of static certificates in configs folder and nginx.conf
* missing } in nginx.conf
This commit is contained in:
2025-02-02 18:26:25 +01:00
parent 0547b81062
commit 125466cf1e
4 changed files with 28 additions and 4 deletions

1
configs/.gitignore vendored
View File

@ -1,3 +1,4 @@
# Ignore everything else in this directory.
*
!certs
!.gitignore

3
configs/certs/.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
# Ignore everything else in this directory.
*
!.gitignore