Skip to content

Commit 14ce97e

Browse files
authored
Update self-managed.md
Signed-off-by: James Cole <james@firefly-iii.org>
1 parent a1fd8ad commit 14ce97e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/docs/how-to/firefly-iii/installation/self-managed.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,9 @@ This should get you the entire installation in the directory of your choice.
9797

9898
### Web server configuration
9999

100+
!!! info
101+
Since this is very specific to each system, there are no instructions how to do this.
102+
100103
Most servers will serve files from the `/var/www` directory. Firefly III would be served from `/firefly-iii/public`. This is not really what you would want to do.
101104

102105
You can look up for your webserver (Apache or nginx) how to change the root directory or how to set up virtual hosts.
@@ -134,7 +137,7 @@ php artisan firefly-iii:report-integrity
134137
php artisan firefly-iii:laravel-passport-keys
135138
```
136139

137-
Now you should be able to visit [http://localhost/firefly-iii/public](http://localhost/firefly-iii/public) and see Firefly III.
140+
Now you should be able to visit [http://localhost](http://localhost) and see Firefly III.
138141

139142
### It doesn't work!
140143

0 commit comments

Comments
 (0)