Skip to content

Instantly share code, notes, and snippets.

@gemxx
gemxx / homebrew.mxcl.nginx.plist
Created October 18, 2019 11:47 — forked from cmbankester/homebrew.mxcl.nginx.plist
NGINX startup on Mac OSX El Capitan
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>homebrew.mxcl.nginx</string>
<key>RunAtLoad</key>
<true/>
<key>KeepAlive</key>
<true/>