Update src/nginxconfig/generators/conf/nginx.conf.js
Co-authored-by: Matt Cowley <me@mattcowley.co.uk>
This commit is contained in:
parent
6453df47ad
commit
29c3d1d6f5
|
@ -32,7 +32,7 @@ export default (domains, global) => {
|
|||
|
||||
// Source
|
||||
config['# Generated by nginxconfig.io'] = '';
|
||||
config['# See nginxconfig.txt to get the configuration shared link'] = '';
|
||||
config['# See nginxconfig.txt for the configuration share link'] = '';
|
||||
|
||||
// Basic nginx conf
|
||||
config.user = global.nginx.user.computed;
|
||||
|
|
Loading…
Reference in New Issue