Update src/nginxconfig/generators/conf/nginx.conf.js

Co-authored-by: Matt Cowley <me@mattcowley.co.uk>
This commit is contained in:
José Manuel Casani Guerra 2022-10-04 11:21:34 +00:00 committed by GitHub
parent 6453df47ad
commit 29c3d1d6f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;