Skip to content

Commit cfddc04

Browse files
authored
Update nginx.conf
1 parent 89ddad5 commit cfddc04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nginx-reverse/nginx.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Docker doco says turn daemon off - but it produces errors if you do;the
1+
# Docker docu says turn daemon off - but it produces errors if you do;the
22
# NGINX Docker container now wires this in for you
33
# daemon off;
44
user nginx;
@@ -48,4 +48,4 @@ http {
4848

4949
# include sub-config files, especially the jenkins server
5050
include /etc/nginx/conf.d/*.conf;
51-
}
51+
}

0 commit comments

Comments
 (0)