Jump to content

Caddy (web server): Difference between revisions

No edit summary
Line 40: Line 40:


* Try this if you get <code>502</code> errors.
* Try this if you get <code>502</code> errors.
===Only Local===
<pre>
  @localnet remote_ip 127.0.0.1 192.168.0.0/16
  @notlocalnet not remote_ip 127.0.0.1 192.168.0.0/16
</pre>


==PHP==
==PHP==