We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a099c9 commit 8d376b0Copy full SHA for 8d376b0
1 file changed
etc/httpd/conf.d/django.conf
@@ -8,8 +8,8 @@ SetEnv PYTHON_EGG_CACHE /tmp/.python-eggs
8
9
#ServerName datatracker.ietf.org
10
DocumentRoot "/var/www/django_ietf/web/static/"
11
-ErrorLog /var/log/ietf/tracker-error_log
12
-TransferLog /var/log/ietf/tracker-access_log
+ErrorLog /var/log/ietf/tracker-error.log
+TransferLog /var/log/ietf/tracker-access.log
13
14
<Location "/">
15
PythonPath "['/var/www/django_ietf/web'] + sys.path"
0 commit comments