Recent content by NachoM

  1. N

    Nginx Stub Status

    You must put in the file /usr/local/psa/admin/conf/generated/*_nginx.conf the following: location /nginx_status { stub_status on; access_log off; } The complete file: server { listen x.x.x.x:80 ; location / { proxy_pass...
Back
Top