Commit d51515b
authored
fix: 404 documentation urls (#1)
HTML files are currently located at` /html/docs `:

but are requested as:
`"GET /documentation/docs/using-platform/add-a-node-to-a-network/
HTTP/1.1", host: "patrick.settlemint.be"`
resulting in Error:
`[error] 29#29: *82
"/usr/share/nginx/html/documentation/docs/using-platform/add-a-node-to-a-network/index.html"
is not found (2: No such file or directory)`1 parent 4659cda commit d51515b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments