Skip to content

Instantly share code, notes, and snippets.

{"version":1,"resource":"file:///Users/alexandergiraldo/projects/fellowes/blofeld_iot_frontend/src/components/Button/Button.tsx","entries":[{"id":"o4UU.tsx","timestamp":1675452010602},{"id":"P5se.tsx","source":"undoRedo.source","timestamp":1675458760543}]}
<?xml version="1.0" encoding="UTF-8"?><env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:tns="http://www.api.proxiopro.com/" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"><env:Header><SoapAuthHeader><AuthToken>60d2ee14-750e-4238-a23c-d9dc96689942</AuthToken></SoapAuthHeader></env:Header><env:Body><tns:GetAgentPropertyList><tns:agentID>7907139</tns:agentID><tns:startIndex>0</tns:startIndex><tns:numberOfRecord>5</tns:numberOfRecord></tns:GetAgentPropertyList></env:Body></env:Envelope>
APP_PATH = "/path/to/rails_project/"
working_directory APP_PATH
pid APP_PATH + "/tmp/pids/unicorn.pid"
stderr_path "/path/to/rails_project/log/unicorn.stderr.log"
stdout_path "/path/to/rails_project/log/unicorn.stdout.log"
@alexandergiraldo
alexandergiraldo / restart_nginx
Created October 6, 2011 15:43
Generate Certificates HTTPS
$ sudo nginx -s stop
$ sudo nginx
@alexandergiraldo
alexandergiraldo / Add Nginx to PATH
Created October 6, 2011 15:15
Setting up Unicorn with Nginx and Rails Applications
export PATH=$PATH:/usr/local:/usr/local/sbin: