Skip to content
This repository has been archived by the owner on Jul 9, 2020. It is now read-only.

Commit

Permalink
Update letsencrypt.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nemchik committed Jun 4, 2019
1 parent 64d4659 commit d5080e9
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions docs/apps/letsencrypt.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,16 +71,3 @@ server {

3. Restart the letsencrypt container
`docker restart letsencrypt`

## How do i redirect the main index.html page to organizr?

If you want https://mydomain.duckdns.org to load organizr you can do the following.

1. Goto `~/.config/appdata/letsencrypt/www`
2. Replace `index.html` with `index.php`
3. Edit index.php and replace it with the following single line
```
<?php header("Location: https://organizr.mydomain.duckdns.org"); ?>
```
4. Restart the letsencrypt container
`docker restart letsencrypt`

0 comments on commit d5080e9

Please sign in to comment.