Skip to content
This repository was archived by the owner on Jan 6, 2021. It is now read-only.

Commit f7bc5ad

Browse files
Bot Updating Templated Files
1 parent 3007e5e commit f7bc5ad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Container images are configured using parameters passed at runtime (such as thos
129129
| Parameter | Function |
130130
| :----: | --- |
131131
| `-p 443` | Https port |
132-
| `-p 80` | Http port (required for http validation only) |
132+
| `-p 80` | Http port (required for http validation and http -> https redirect) |
133133
| `-e PUID=1000` | for UserID - see below for explanation |
134134
| `-e PGID=1000` | for GroupID - see below for explanation |
135135
| `-e TZ=Europe/London` | Specify a timezone to use EG Europe/London. |
@@ -202,6 +202,7 @@ In this instance `PUID=1000` and `PGID=1000`, to find yours use `id user` as bel
202202
* If you wish to hide your site from search engine crawlers, you may find it useful to add this configuration line to your site config, within the server block, above the line where ssl.conf is included
203203
`add_header X-Robots-Tag "noindex, nofollow, nosnippet, noarchive";`
204204
This will *ask* Google et al not to index and list your site. Be careful with this, as you will eventually be de-listed if you leave this line in on a site you wish to be present on search engines
205+
* If you wish to redirect http to https, you must expose port 80
205206
### Using certs in other containers
206207
* This container includes auto-generated pfx and private-fullchain-bundle pem certs that are needed by other apps like Emby and Znc.
207208
* To use these certs in other containers, do either of the following:

0 commit comments

Comments
 (0)