s
This commit is contained in:
@@ -179,7 +179,7 @@ We can see in the first section (`trusted_proxies static`) that we set a range o
|
||||
|
||||
After the global config at the top, the line `{$DOMAIN}:{$PORT}` defines the port that Caddy will listen to and the domain that we are using for our site. This is important, because in the case that port `443` is specified, Caddy will handle SSL certificates automatically.
|
||||
|
||||
The following blocks define behavior for different URL paths that users might try to access.
|
||||
The following slice define behavior for different URL paths that users might try to access.
|
||||
|
||||
To begin, we have `/aio*`. This is how we place the AIO management app in a "subfolder" of our main domain. To accomplish that we need a few rules that rewrite the contents of the returned pages to correct the links. We also add some text replacements here to accomplish the enhancements mentioned earlier, like automatically filling the domain entry field.
|
||||
|
||||
|
Reference in New Issue
Block a user