Skip to content
This repository was archived by the owner on Sep 12, 2018. It is now read-only.

Commit 09983ac

Browse files
author
Gabriel Monroy
committed
fix yaml escape bug
1 parent d1eddfb commit 09983ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker_registry/server/env.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
'GUNICORN_WORKERS': '4',
1313
'GUNICORN_GRACEFUL_TIMEOUT': '3600',
1414
'GUNICORN_SILENT_TIMEOUT': '3600',
15-
'GUNICORN_ACCESS_LOG_FILE': '-',
16-
'GUNICORN_ERROR_LOG_FILE': '-'
15+
'GUNICORN_ACCESS_LOG_FILE': '"-"',
16+
'GUNICORN_ERROR_LOG_FILE': '"-"'
1717
}
1818

1919

0 commit comments

Comments
 (0)