Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #
- # HTTP server configuration
- server {
- server_name ara.dev.myco.com;
- listen 80;
- # Proxy Requests
- location / {
- include uwsgi_params;
- uwsgi_param ANSIBLE_CONFIG /etc/ansible/ansible.cfg;
- uwsgi_pass unix:/tmp/ara.sock;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement