From 0775f9123c04816edb6def66692c4cbf8c40b049 Mon Sep 17 00:00:00 2001
From: Matthew Holt
-
+
Download · Documentation · - Community + Community
--- @@ -126,11 +126,11 @@ How you choose to run Caddy is up to you. Many users are satisfied with `nohup c ## Contributing -**[Join our forum](https://forum.caddyserver.com) where you can chat with other Caddy users and developers!** +**[Join our forum](https://caddy.community) where you can chat with other Caddy users and developers!** Please see our [contributing guidelines](https://github.com/mholt/caddy/blob/master/CONTRIBUTING.md). If you want to write a plugin, check out the [developer wiki](https://github.com/mholt/caddy/wiki). -We use GitHub issues and pull requests only for discussing bug reports and the development of specific changes. We welcome all other topics on the [forum](https://forum.caddyserver.com)! +We use GitHub issues and pull requests only for discussing bug reports and the development of specific changes. We welcome all other topics on the [forum](https://caddy.community)! If you want to contribute to the documentation, please submit pull requests to [caddyserver/website](https://github.com/caddyserver/website). diff --git a/caddy/main.go b/caddy/main.go index fab5a33e7..538a629f7 100644 --- a/caddy/main.go +++ b/caddy/main.go @@ -1,7 +1,7 @@ // By moving the application's package main logic into // a package other than main, it becomes much easier to // wrap caddy for custom builds that are go-gettable. -// https://forum.caddyserver.com/t/my-wish-for-0-9-go-gettable-custom-builds/59?u=matt +// https://caddy.community/t/my-wish-for-0-9-go-gettable-custom-builds/59?u=matt package main diff --git a/caddyhttp/httpserver/plugin.go b/caddyhttp/httpserver/plugin.go index 5a33173d0..b6fa575e7 100644 --- a/caddyhttp/httpserver/plugin.go +++ b/caddyhttp/httpserver/plugin.go @@ -254,7 +254,7 @@ func groupSiteConfigsByListenAddr(configs []*SiteConfig) (map[string][]*SiteConf // We would add a special case here so that localhost addresses // bind to 127.0.0.1 if conf.ListenHost is not already set, which // would prevent outsiders from even connecting; but that was problematic: - // https://forum.caddyserver.com/t/wildcard-virtual-domains-with-wildcard-roots/221/5?u=matt + // https://caddy.community/t/wildcard-virtual-domains-with-wildcard-roots/221/5?u=matt if conf.Addr.Port == "" { conf.Addr.Port = Port diff --git a/dist/README.txt b/dist/README.txt index b2656c80a..75300de33 100644 --- a/dist/README.txt +++ b/dist/README.txt @@ -3,8 +3,8 @@ CADDY 0.10 Website https://caddyserver.com -Community - https://forum.caddyserver.com +Community Forum + https://caddy.community Twitter @caddyserver