mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-25 11:00:32 +08:00
Set SERVER_NAME for copr frontend
This commit is contained in:
@@ -41,6 +41,13 @@ SEND_EMAILS = True
|
||||
|
||||
PUBLIC_COPR_HOSTNAME = "{{ copr_frontend_public_hostname }}"
|
||||
|
||||
# When running the website through apache,
|
||||
# this variable is automatically set from ServerName
|
||||
# in the httpd config. Setting it in this file is needed
|
||||
# for manage.py purposes
|
||||
SERVER_NAME = "{{ copr_frontend_public_hostname }}"
|
||||
|
||||
|
||||
LOG_FILENAME = "/var/log/copr-frontend/frontend.log"
|
||||
LOG_DIR = "/var/log/copr-frontend/"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user