Fix a typo

This commit is contained in:
Andrea Dell'Amico 2021-11-04 17:04:30 +01:00
parent 798c6bedb8
commit 8427f2ab77
Signed by: andrea.dellamico
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ server {
listen *:{{ pep_port }};
server_name {{ inception_project_docker_service_name }};
access_log /var/log/nginx/access.log;
error_log /var/log/nginx/error.log{% if nginx_pep_debug_enabled %}debug{% endif %};
error_log /var/log/nginx/error.log{% if nginx_pep_debug_enabled %} debug{% endif %};
{% if inception_project_websockets_enabled == 'true' %}
proxy_set_header Upgrade $http_upgrade;