Skip to content

Commit

Permalink
remove nginx version
Browse files Browse the repository at this point in the history
  • Loading branch information
gdbtek committed Nov 5, 2017
1 parent 7c1f609 commit 375bf6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions cookbooks/nginx/templates/nginx.conf.conf
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ http {
server {
listen __PORT__;
server_name localhost;
server_tokens off;

#charset koi8-r;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ http {
server {
listen __NGINX_PORT__;
server_name localhost;
server_tokens off;

location / {
proxy_pass http://127.0.0.1:__JENKINS_TOMCAT_HTTP_PORT__;
Expand Down

0 comments on commit 375bf6c

Please sign in to comment.