diff service/rfid_pn532_py/makefile @ 1241:6900a284724e

start dev mode nginx config. not working yet Ignore-this: d18b11cd5566d844bf126b8a9e50b912 darcs-hash:f7862f9c368b9f0e37cb961a63ed7cd56faf9cc7
author drewp <drewp@bigasterisk.com>
date Sat, 13 Apr 2019 20:56:30 -0700
parents d8aa414f21d9
children
line wrap: on
line diff
--- a/service/rfid_pn532_py/makefile	Sat Apr 13 20:23:35 2019 -0700
+++ b/service/rfid_pn532_py/makefile	Sat Apr 13 20:56:30 2019 -0700
@@ -48,3 +48,7 @@
 redeploy: fresh_sudo build_image_pi
 	sudo /my/proj/ansible/playbook -l $(RUNHOST) -t rfid
 	supervisorctl -s http://$(RUNHOST):9001/ restart $(JOB)_$(PORT)
+
+nginx_local:
+	nginx -c `pwd`/local.conf
+