Update docs/content/doc/installation/from-source.en-us.md

This commit is contained in:
zeripath 2022-11-04 21:49:31 +00:00 committed by GitHub
parent 4afe2fbeee
commit c293eed51d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -146,7 +146,7 @@ launched manually from command line, it can be killed by pressing `Ctrl + C`.
Gitea will search for a number of things from the _`CustomPath`_. By default this is
the `custom/` directory in the current working directory when running Gitea. It will also
look for its configuration file _`CustomConf`_ in `$CustomPath/conf/app.ini`, and will use the
look for its configuration file _`CustomConf`_ in _`CustomPath`_/conf/app.ini`, and will use the
current working directory as the relative base path _`AppWorkPath`_ for a number configurable
values. Finally the static files will be served from _`StaticRootPath`_ which defaults to the _`AppWorkPath`_.