~dricottone/docker-moinmoin19

591c16cb55439282b54f11e53155a680e62534ab — Dominic Ricottone 4 years ago 753045b
fixed markdown (was using moin syntax)
1 files changed, 2 insertions(+), 2 deletions(-)

M README.md
M README.md => README.md +2 -2
@@ 9,7 9,7 @@ In `nginx/moinmoin.conf`, configure the server name (`s/example.com/your_domain_

In `moinmoin/wikiconfig.py`, configure the wiki name (`s/Untitled Wiki/your_wiki_name_here`). Also configure the security section to suit your needs.

{{{
```python
    # Security ----------------------------------------------------------

    # This is checked by some rather critical and potentially harmful actions,


@@ 43,7 43,7 @@ In `moinmoin/wikiconfig.py`, configure the wiki name (`s/Untitled Wiki/your_wiki
    # Link spam protection for public wikis (Uncomment to enable)
    # Needs a reliable internet connection.
    #from MoinMoin.security.antispam import SecurityPolicy
}}}
```

The web server will be accessible on port 8080.