mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-04 09:39:25 +01:00
s/netowrk/network/g
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
parent
fc9fb54ff9
commit
9cabd0d5ac
1 changed files with 4 additions and 4 deletions
|
@ -2,14 +2,14 @@
|
|||
|
||||
The network protocol consists of 2 different files:
|
||||
|
||||
- `.well-known/netowrk/server.json` - defines the server information
|
||||
- `.well-known/netowrk/services.json` - defines the services information
|
||||
- `.well-known/network/server.json` - defines the server information
|
||||
- `.well-known/network/services.json` - defines the services information
|
||||
|
||||
All the servers and services must support HTTPS.
|
||||
|
||||
## Server
|
||||
|
||||
The server file, `.well-known/netowrk/server.json`, has the following structure:
|
||||
The server file, `.well-known/network/server.json`, has the following structure:
|
||||
|
||||
```json
|
||||
{
|
||||
|
@ -75,7 +75,7 @@ This file should be served with the following HTTP headers:
|
|||
|
||||
## Services
|
||||
|
||||
The services configuration, `.well-known/netowrk/server.json`, has the following structure:
|
||||
The services configuration, `.well-known/network/server.json`, has the following structure:
|
||||
|
||||
```json
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue