IF YOU WOULD LIKE TO GET AN ACCOUNT, please write an email to s dot adaszewski at gmail dot com. User accounts are meant only to report issues and/or generate pull requests. This is a purpose-specific Git hosting for ADARED projects. Thank you for your understanding!
Browse Source

Test one more fake domain

master
parent
commit
adcb0f872a
2 changed files with 2 additions and 1 deletions
  1. +1
    -1
      example/gateway/files/cookiecutter.json
  2. +1
    -0
      example/gitea/focker-compose.yml

+ 1
- 1
example/gateway/files/cookiecutter.json View File

@@ -1 +1 @@
{"directory_name": "nginx_conf", "ips": [["127.0.8.1"]], "domains": [[["xyz.com", "www.xyz.com"]]]}
{"directory_name": "nginx_conf", "ips": [["127.0.8.1"]], "domains": [[["xyz.com", "www.xyz.com", "gitea.xyz.com"]]]}

+ 1
- 0
example/gitea/focker-compose.yml View File

@@ -20,6 +20,7 @@ jails:
domains:
- xyz.com
- www.xyz.com
- gitea.xyz.com
image: gitea-disable
mounts:
gitea-data: /var/db/gitea


Loading…
Cancel
Save