improve nginx security

This commit is contained in:
2022-05-28 19:07:15 +02:00
parent b7d81dc75e
commit ca1aa3dc5e
6 changed files with 29 additions and 15 deletions

View File

@ -1,3 +1,7 @@
---
ansible_host: nextcloud.intra.tormakris.dev
webserver:
- domain: "nextcloud.tormakristof.eu"
port: 8080
bigrequests: true
...

View File

@ -3,6 +3,8 @@ ansible_host: nexus.intra.tormakris.dev
webserver:
- domain: "nexus.kmlabz.com"
port: 8080
bigrequests: true
- domain: "registry.kmlabz.com"
port: 4269
bigrequests: true
...