This commit is contained in:
@ -2,7 +2,11 @@
|
||||
ansible_host: mastodon.intra.tormakris.dev
|
||||
webserver:
|
||||
- domain: "mastodon.tormakristof.eu"
|
||||
port: 8080
|
||||
bigrequests: false
|
||||
port: 3000
|
||||
bigrequests: true
|
||||
https: false
|
||||
additionallocations:
|
||||
- location: "/api/v1/streaming"
|
||||
https: false
|
||||
port: 4000
|
||||
...
|
||||
|
@ -3,10 +3,14 @@ ansible_host: matrix.intra.tormakris.dev
|
||||
webserver:
|
||||
- domain: "matrix.tormakristof.eu"
|
||||
port: 8080
|
||||
bigrequests: false
|
||||
bigrequests: true
|
||||
https: false
|
||||
- domain: "chat.tormakristof.eu"
|
||||
port: 8181
|
||||
bigrequests: false
|
||||
bigrequests: true
|
||||
https: false
|
||||
firewall:
|
||||
- port: "9000"
|
||||
proto: tcp
|
||||
interface: "eth0"
|
||||
...
|
||||
|
Reference in New Issue
Block a user