Skip to content

Commit

Permalink
Adding NGINX configuration file and Docker Entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
flopezag committed Aug 13, 2018
1 parent d8862c1 commit 2f2e23e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion docker-entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/bash
set -e

# change the wirecloud server by the environment variable
sed -i.bak "s/wirecloud/$WIRECLOUD_SERVER/" /etc/nginx/nginx.conf
1 change: 0 additions & 1 deletion nginx.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
user nginx;
worker_processes 1;

error_log /var/log/nginx/error.log warn;
Expand Down

0 comments on commit 2f2e23e

Please sign in to comment.