Software /
code /
prosody
Comparison
prosody.cfg.lua.dist @ 12321:398c5f5db934
prosody.cfg.lua.dist: Add note about 'localhost'
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 04 Feb 2021 00:49:07 +0100 |
parent | 12277:e921295e934c |
child | 12322:b1cb236c4478 |
comparison
equal
deleted
inserted
replaced
12304:8210c2a52e9c | 12321:398c5f5db934 |
---|---|
194 ----------- Virtual hosts ----------- | 194 ----------- Virtual hosts ----------- |
195 -- You need to add a VirtualHost entry for each domain you wish Prosody to serve. | 195 -- You need to add a VirtualHost entry for each domain you wish Prosody to serve. |
196 -- Settings under each VirtualHost entry apply *only* to that host. | 196 -- Settings under each VirtualHost entry apply *only* to that host. |
197 | 197 |
198 VirtualHost "localhost" | 198 VirtualHost "localhost" |
199 -- Prosody requires at least one enabled VirtualHost to function. You can | |
200 -- safely remove or disable 'localhost' once you have added another. | |
201 | |
199 | 202 |
200 --VirtualHost "example.com" | 203 --VirtualHost "example.com" |
201 -- certificate = "/path/to/example.crt" | 204 -- certificate = "/path/to/example.crt" |
202 | 205 |
203 ------ Components ------ | 206 ------ Components ------ |