I have a nginx-proxy, I run a check on the configuration file, I get an error:
nginx: [emerg] directive in /etc/nginx/sites-enabled/%%%%%%.save:11 directive in / proc_pass
nginx: configuration file /etc/nginx/nginx.conf test failed
Why swears?
from comment:
server { listen 8083; server_name %%%%; proxy_ignore_client_abort on; access_log /var/log/nginx/bb/%%%%.log upstreamlog; error_log /var/log/nginx/bb/%%%%.log error; location / { proxy_pass 127.0.0.1:8091; } location /health-check/ { access_log off; return 200; } }