1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/monitorix_ynh.git synced 2024-09-03 19:46:06 +02:00

Update conf/nginx_status.conf: __NGINX_STATUS_PORT__ -> __PORT_NGINX_STATUS__

This commit is contained in:
Alexandre Aubin 2023-12-10 00:52:16 +01:00 committed by Salamandar
parent ae6fd80ffd
commit 53b8ffa43c

View file

@ -1,6 +1,6 @@
server {
listen __NGINX_STATUS_PORT__;
listen [::]:__NGINX_STATUS_PORT__;
listen __PORT_NGINX_STATUS__;
listen [::]:__PORT_NGINX_STATUS__;
access_log /var/log/nginx/localhost-nginx_status_monitorix.lan-access.log;
error_log /var/log/nginx/localhost-nginx_status_monitorix.lan-error.log;