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

Commit 3007e5e

Browse files
authored
Merge pull request #469 from linuxserver/port-80-notes
Update readme-vars.yml
2 parents b5f9b05 + 257b093 commit 3007e5e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

readme-vars.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ opt_param_volumes:
6464
- { vol_path: "/config", vol_host_path: "/path/to/appdata/config", desc: "Configuration files." }
6565
opt_param_usage_include_ports: true
6666
opt_param_ports:
67-
- { external_port: "80", internal_port: "80", port_desc: "Http port (required for http validation only)" }
67+
- { external_port: "80", internal_port: "80", port_desc: "Http port (required for http validation and http -> https redirect)" }
6868
opt_param_device_map: false
6969
opt_param_devices:
7070
- { device_path: "/dev/dri", device_host_path: "/dev/dri", desc: "For hardware transcoding" }
@@ -100,6 +100,7 @@ app_setup_block: |
100100
* 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
101101
`add_header X-Robots-Tag "noindex, nofollow, nosnippet, noarchive";`
102102
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
103+
* If you wish to redirect http to https, you must expose port 80
103104
### Using certs in other containers
104105
* This container includes auto-generated pfx and private-fullchain-bundle pem certs that are needed by other apps like Emby and Znc.
105106
* To use these certs in other containers, do either of the following:

0 commit comments

Comments
 (0)