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:
parent
ae6fd80ffd
commit
53b8ffa43c
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
server {
|
server {
|
||||||
listen __NGINX_STATUS_PORT__;
|
listen __PORT_NGINX_STATUS__;
|
||||||
listen [::]:__NGINX_STATUS_PORT__;
|
listen [::]:__PORT_NGINX_STATUS__;
|
||||||
|
|
||||||
access_log /var/log/nginx/localhost-nginx_status_monitorix.lan-access.log;
|
access_log /var/log/nginx/localhost-nginx_status_monitorix.lan-access.log;
|
||||||
error_log /var/log/nginx/localhost-nginx_status_monitorix.lan-error.log;
|
error_log /var/log/nginx/localhost-nginx_status_monitorix.lan-error.log;
|
||||||
|
|
Loading…
Add table
Reference in a new issue