diff --git a/README.md b/README.md index 494e06d..c8c8541 100644 --- a/README.md +++ b/README.md @@ -29,11 +29,11 @@ A small Maven upload backend over a UNIX socket, meant for use with reverse prox - For Caddy, an example configuration is to use... ```caddyfile # /etc/caddy/Caddyfile - maven.the-glitch.network { + maven.ampflower.gay { root * /var/www/maven file_server browse @put method PUT reverse_proxy @put unix//run/maven.sock } ``` -7. Setup the clients using HTTP Basic Authorization. \ No newline at end of file +7. Setup the clients using HTTP Basic Authorization. diff --git a/SPECIFICATION.md b/SPECIFICATION.md index 845b5dd..c070ac9 100644 --- a/SPECIFICATION.md +++ b/SPECIFICATION.md @@ -42,7 +42,7 @@ maven.example.com=base64 ; `maven.example.com` will take the data instead. ; If `.` is not present, `*` will be the default. maven.example.com=. -maven.the-glitch.network=/var/maven/tgmvn +maven.ampflower.gay=/var/maven/aflwr ``` ### Legacy