diff --git a/public/templates/conf/nginx.conf.html b/public/templates/conf/nginx.conf.html
index 7d3fe52..a319357 100644
--- a/public/templates/conf/nginx.conf.html
+++ b/public/templates/conf/nginx.conf.html
@@ -3,7 +3,7 @@
✔ isDirty -->
# {{ getUrl() }}
-user {{ data.user }};
+user {{ data.user }};
pid {{ data.pid}};
worker_processes {{ data.worker_processes }};
worker_rlimit_nofile 65535;