teeny:80 {
        root /slow/web
        browse
}

www.syninf.net {
    tls [email protected]
    root /var/www/wordpress
    gzip
    fastcgi / /run/php/php7.2-fpm.sock php
    rewrite {
        if {path} not_match ^\/wp-admin
        to {path} {path}/ /index.php?{query}
    }
}

wee.syninf.net {
    tls [email protected]
    proxy /weechat localhost:9001 {
        websocket
   }
}

guac.syninf.net {
        proxy / http://localhost:8080 {
                transparent
                websocket
        }
        gzip
        tls [email protected]
}


paste.syninf.net {
        proxy / http://localhost:8880 {
                transparent
                websocket
        }
        gzip
        tls [email protected]
}

cloud.syninf.net {
        proxy / https://localhost:8443 {
                transparent
                websocket
                insecure_skip_verify
        }
        gzip
        tls [email protected]
}

adsb.syninf.net {
        proxy / http://172.16.0.35/dump1090-fa {
                transparent
                websocket
        }
        gzip
        tls [email protected]
}

port.syninf.net {
        proxy / http://localhost:9000 {
                transparent
        }
        gzip
        tls [email protected]
}

wiki.syninf.net {
        proxy / http://localhost:8088 {
                transparent
        }
        gzip
        tls [email protected]
}

server.millerjs.org {
        proxy / https://gisserver:6443 {
                insecure_skip_verify
                transparent
                websocket
        }
        gzip
        tls [email protected]
}

enterprise.syninf.net {
        proxy / https://webgis:7443 {
                transparent
                websocket
        }
        gzip
        tls [email protected]
}
caddy/caddyfile.txt · Last modified: 2024/11/14 02:30 by 127.0.0.1
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0