We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4666e7e commit 2884514Copy full SHA for 2884514
1 file changed
README.md
@@ -23,12 +23,16 @@ A Dockerized Caddy reverse proxy with automatic SSL certificate generation for l
23
24
2. Add your domain to the hosts file:
25
26
- **macOS/Linux:** Edit `/etc/hosts`
+ **macOS/Linux:**
27
+ Edit `/etc/hosts`
28
+
29
```bash
30
sudo sh -c 'echo "127.0.0.1 local.example.com" >> /etc/hosts'
31
```
32
- **Windows (PowerShell as Administrator):** Edit `C:\Windows\System32\drivers\etc\hosts`
33
+ **Windows (PowerShell as Administrator):**
34
+ Edit `C:\Windows\System32\drivers\etc\hosts`
35
36
```powershell
37
Add-Content -Path C:\Windows\System32\drivers\etc\hosts -Value "127.0.0.1 local.example.com"
38
0 commit comments