Update README.md

This commit is contained in:
Milos Stojanovic
2022-05-25 12:12:25 +02:00
committed by GitHub
parent 29f5ee03e0
commit ef4f04a79d

View File

@@ -164,9 +164,9 @@ npm run e2e
## Deployment
Set the website document root to `/dist` directory. This is also known as 'public' folder.
Set the website document root to `filegator/dist` directory. This is also known as 'public' folder.
NOTE: For security reasons `/dist` is the ONLY folder you want to be exposed through the web. Everything else should be outside of your web root, this way people cant access any of your important files through the browser.
NOTE: For security reasons `filegator/dist` is the ONLY folder you want to be exposed through the web. Everything else should be outside of your web root, this way people cant access any of your important files through the browser. If you run the script from the root folder, you will see the message **'Development mode'** as a security warning.
## Show your support