Merge pull request #116 from lightonflux/lightonflux-patch-1
Corrected nginx conf file path
This commit is contained in:
commit
ef32e851c6
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ Mailtrain uses [node-config](https://github.com/lorenwest/node-config) for confi
|
|||
|
||||
### Running behind Nginx proxy
|
||||
|
||||
Edit [mailtrain.nginx](setup/mailtrain.nginx) (update `server_name` directive) and copy it to `/etc/nginx/sites-enabled`
|
||||
Edit [mailtrain.nginx](setup/mailtrain-nginx.conf) (update `server_name` directive) and copy it to `/etc/nginx/sites-enabled`
|
||||
|
||||
### Running as an Upstart service in Ubuntu 14.04
|
||||
|
||||
|
|
Loading…
Reference in a new issue