Skip to content

Commit

Permalink
Update example URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ampflower committed Feb 12, 2024
1 parent 43b4e1a commit 5b3bb05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
7. Setup the clients using HTTP Basic Authorization.
2 changes: 1 addition & 1 deletion SPECIFICATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5b3bb05

Please sign in to comment.