Skip to content

Commit

Permalink
add proxy configuration for elastic
Browse files Browse the repository at this point in the history
  • Loading branch information
yusufharip committed Dec 23, 2019
1 parent 7895f50 commit 334aa13
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions roles/docker-nginx/templates/default.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,6 @@ server {
add_header Access-Control-Allow-Headers 'X-Requested-With, Content-Type';
add_header Access-Control-Allow-Credentials true;
}

# redirect server error pages to the static page /50x.html
error_page 500 502 503 504 /50x.html;
location = /50x.html {
root /usr/share/nginx/html;
}
access_log logs/es_access.log combined;
}

# JENKINS PROXY CONFIGURATION START HERE
Expand Down

0 comments on commit 334aa13

Please sign in to comment.