mirror of
https://github.com/ansible/awx.git
synced 2024-10-31 23:51:09 +03:00
7b636a7566
HTTPS is, by default, expected to be on port 443. Also, with HSTS set, we need to be sure that users attempting to arrive via HTTP are properly redirected to HTTPS. This does so by: * Setting up a 301 redirect for any URL to its HTTPS version * Adjusting the internal port for HTTPS traffic to 8053 * Setting docker-compose to share port 443 → 8053 - This is configurable via an inventory variable |
||
---|---|---|
.. | ||
Dockerfile.j2 | ||
Dockerfile.task.j2 | ||
nginx.conf.j2 |