Update src/nginxconfig/generators/conf/nginx.conf.js
Co-authored-by: Matt Cowley <me@mattcowley.co.uk>pull/395/head
parent
6453df47ad
commit
29c3d1d6f5
|
@ -32,7 +32,7 @@ export default (domains, global) => {
|
||||||
|
|
||||||
// Source
|
// Source
|
||||||
config['# Generated by nginxconfig.io'] = '';
|
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
|
// Basic nginx conf
|
||||||
config.user = global.nginx.user.computed;
|
config.user = global.nginx.user.computed;
|
||||||
|
|
Loading…
Reference in New Issue