Advertisement
t-readyroc

ara_nginx

Mar 20th, 2017
384
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. #
  2. # HTTP server configuration
  3.  
  4. server {
  5. server_name ara.dev.myco.com;
  6. listen 80;
  7.  
  8. # Proxy Requests
  9. location / {
  10. include uwsgi_params;
  11. uwsgi_param ANSIBLE_CONFIG /etc/ansible/ansible.cfg;
  12. uwsgi_pass unix:/tmp/ara.sock;
  13. }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement