diff options
| author | patrick-scho | 2025-06-30 16:02:06 +0200 |
|---|---|---|
| committer | patrick-scho | 2025-06-30 16:02:06 +0200 |
| commit | 2a647357d4fd2561c7d30fa960c4370d725e9068 (patch) | |
| tree | cae7cb21980b50f327eaf691d4ed737561b82185 /Caddyfile | |
| parent | 799b0ed1f30b7f65e16f6093a4f529cbb49a5a22 (diff) | |
| download | zigws-2a647357d4fd2561c7d30fa960c4370d725e9068.tar.gz zigws-2a647357d4fd2561c7d30fa960c4370d725e9068.zip | |
add Caddyfile
Diffstat (limited to 'Caddyfile')
| -rw-r--r-- | Caddyfile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Caddyfile b/Caddyfile new file mode 100644 index 0000000..ed5b851 --- /dev/null +++ b/Caddyfile @@ -0,0 +1,9 @@ +{ + http_port 8080 + https_port 8443 +} + +ws.localhost { + reverse_proxy localhost:8000 + tls internal +} |
