86ae6acc92
- Switch to CodeMirror - Switch to Parcel Bundler - Fix synchronisation bug - Update dependencies
10 lines
306 B
Caddyfile
10 lines
306 B
Caddyfile
https://notes.dev.hibas123.de:443 {
|
|
proxy / localhost:1234/
|
|
tls D:\Certs\_wildcard.dev.hibas123.de.pem D:\Certs\_wildcard.dev.hibas123.de-key.pem
|
|
}
|
|
|
|
https://sf.dev.hibas123.de:443 {
|
|
proxy / localhost:3004/
|
|
tls D:\Certs\_wildcard.dev.hibas123.de.pem D:\Certs\_wildcard.dev.hibas123.de-key.pem
|
|
}
|