mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2026-04-01 21:27:22 +02:00
custom settings for root directory
This commit is contained in:
14
conf/custom.yaml.example
Normal file
14
conf/custom.yaml.example
Normal file
@@ -0,0 +1,14 @@
|
||||
yourdomain.com:
|
||||
proxies:
|
||||
/App: http://localhost:12345
|
||||
/CoolApp: http://localhost:54321
|
||||
redirects:
|
||||
/from2: /App
|
||||
/andfrom2: /CoolApp
|
||||
custom_root: /home/user-data/www/yourdomain.com/app/public_html
|
||||
|
||||
yourdomain.net:
|
||||
CNAME: other.domain.tld.
|
||||
|
||||
#It does not work
|
||||
#yourdomain.org: 123.456.789.123
|
||||
Reference in New Issue
Block a user