Nginx - Amplify

Nginx Amplify
server {
    listen 127.0.0.1:8080;
    server_name localhost;
    location /nginx_status {
        stub_status on;
        access_log off;
        allow 127.0.0.1;
        deny all;
    }
}
curl -sS -L -O \
https://github.com/nginxinc/nginx-amplify-agent/raw/master/packages/install.sh && \
API_KEY='YOUR_API_KEY' sh ./install.sh

Note : YOUR_API_KEY adalah API KEY yang didapat dari akun Nginx Amplify

service amplify-agent start

image.png

Drnimage.png


Revision #1
Created 7 July 2024 02:11:18 by Kevin
Updated 7 July 2024 02:20:20 by Kevin