ADC

From UVOO Tech Wiki
Revision as of 19:14, 10 December 2018 by imported>Jeremy-busk
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Updating adc reverse proxy. Assuming using root key from salt master (this will change as we are introducing multiuser)

ssh -p 10000 vip1.pyr8.io
ssh root@uvm3 (10.0.1.13)
lxc exec example-nginx /bin/bash

cd /etc/nginx/sites-available
find and edit your domain file
example example.net - /etc/nginx/sites-available/www-example-net

nginx -t
systemctl reload nginx