Skip to content
This repository was archived by the owner on Aug 20, 2021. It is now read-only.
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions developers/products/file-storage/file-storage-web-server.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# File Storage Web3 Server

SKALE Chain nodes run a special NGINX Webserver that provides read-only access to each file uploaded using SKALE Chain Filestorage.

To access the file, use the following URL convention:

`http(s):/NODE_DOMAIN_NAME/SKALE_CHAIN_ID/FILESTORAGE_FULL_PATH`
Copy link
Copy Markdown
Contributor

@DmytroNazarenko DmytroNazarenko Jun 15, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not SKALE_CHAIN_ID, but SCHAIN_NAME



Example:

```shell
https://node1.validator.com/fluffy-marsupial/77333Da3492C4BBB9CCF3EA5BB63D6202F86CDA8/directoryA/random_text.txt
```