Skip to content

Commit

Permalink
chore(tls): removed sample nginx config
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-rm-meyer-ISST committed Dec 18, 2023
1 parent c142f5b commit c86c1f0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 52 deletions.
3 changes: 1 addition & 2 deletions docs/adminGuide/Admin_Guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,7 @@ openssl req -x509 -out localhost.crt -keyout localhost.key \
```
_NOTE: For productive use, you can use certificates provided by a Certificate Authority._

Create a nginx.conf to provide certificates for listening on 443 for tls. You can find an example
[here](../frontend/nginx.conf).
Create a nginx.conf to provide certificates for listening on 443 for tls.
``` conf
http {
# other configurations
Expand Down
50 changes: 0 additions & 50 deletions frontend/nginx.conf

This file was deleted.

0 comments on commit c86c1f0

Please sign in to comment.