docs: Various minor updates

This commit is contained in:
Matthew Holt 2020-05-06 16:03:21 -06:00
parent bd97922b7f
commit a03de998ef
No known key found for this signature in database
GPG key ID: 2A349DD577D586A5
3 changed files with 8 additions and 5 deletions

View file

@ -11,13 +11,12 @@ It looks like this:
```
example.com
root * /path/to/public_html
try_files {path} /index.php?{query}&p={path}
php_fastcgi unix//run/php/php-fpm.sock
root * /var/www/wordpress
php_fastcgi unix//run/php/php-version-fpm.sock
file_server
```
(That's a real, production-ready Caddyfile that serves a Craft CMS site with fully-managed HTTPS.)
(That's a real, production-ready Caddyfile that serves WordPress with fully-managed HTTPS.)
The basic idea is that you first type the address of your site, then the features or functionality you need your site to have.