If you have needs beyond what Caddy offers, you setup a reverse proxy to Nginx. Let’s look at an example where you would use Nginx for caching. I also added a separate block, in case you want to pass reverse proxy it back to Caddy again.
You may wonder, wouldn’t it be simpler to just run Nginx in that case? Maybe, maybe not. It all depends on your needs.
In the example below I have a WordPress configuration where you could easily switch between passing the request to Nginx and passing it straight to PHP. You would simply change with_nginx
to without_nginx
. It also shows how you could support for purging URLs for the nginx cache, without exposing the purge URLs beyond access for localhost.
Here are some other posts you may like
Electric power companies, in general, are pretty much the same. Tibber however, is unlike any electricity company I had seen before. They try to utilise the data we get from smart devices, which they also sell, to save electricity, money and the environment, as well as improving comfort. It’s a…
Finding the right presence detection sensor for your home automation system can be a challenge, especially when it comes to scenarios where detecting movement becomes difficult. An example of this is detecting people sitting on the couch, working at their desk og at a table – where the motions might…
Elon announced recently that a dashcam feature will be enabled in the upcoming v9 software update. Tesla owners have been waiting for this feature for over a year, after Elon mentioned it last year as arriving "soon". Now that this feature is getting closer though, I've noticed Tesla AP1 car…