Use the right local port for phpMyAdmin URI mapping

This commit is contained in:
Jason Rothstein 2020-04-12 17:56:44 -05:00
parent 609f5726a3
commit 9f58cb5ab8

View File

@ -18,6 +18,8 @@ If external access to this resource is desired, please configure HAProxy, HTTPD,
| External Port | Local Port | Protocol | URI Mapping | Suggestions | | External Port | Local Port | Protocol | URI Mapping | Suggestions |
| ------------- | ---------- | -------- | ----------- | ----------- | | ------------- | ---------- | -------- | ----------- | ----------- |
| 80 | XXX | HTTP | / | Redirect all traffic to 443 | Keep /.well-known local if you wish to use LetsEncrypt | | 80 | XXX | HTTP | / | Redirect all traffic to 443 | Keep /.well-known local if you wish to use LetsEncrypt |
| 443 | 3000 | HTTP | / to port 3000, and /phpMyAdmin as / to port 4000 | Keep /.well-known local if you wish to use LetsEncrypt | | 443 | 3000
5000 | HTTP | / to port 3000
/phpMyAdmin as / to port 5000 | Keep /.well-known local if you wish to use LetsEncrypt |
| 4000 | 4000 | TCP | N/A | Enable this to allow SSH access | | 4000 | 4000 | TCP | N/A | Enable this to allow SSH access |