augur
augur copied to clipboard
Couldn't create server file
During installation, I was having trouble creating a server file in order to proxy Augur through Nginx. It wouldn't let me create the file or do anything in the sites-enabled directory.
@mbowman21 : You probably have to edit those files at the command line using sudo
because they are system files. If you have not installed nginx, brew install nginx
on OSX, or sudo apt install nginx
on ubuntu.
@mbowman21 : Any updates?