Commit 42408636 by Carson Gee

Merge pull request #1625 from edx/cg/fix_apache_ports

Apache LMS template listen on all ports
parents e634ddce 09fa4a68
WSGIPythonHome {{ edxapp_venv_dir }}
WSGIRestrictEmbedded On
<VirtualHost *:{{ apache_port }}>
<VirtualHost *:*>
ServerName https://{{ lms_env_config.SITE_NAME }}
ServerAlias *.{{ lms_env_config.SITE_NAME }}
UseCanonicalName On
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment