1
0
mirror of https://github.com/thib8956/nginx-proxy synced 2025-07-01 06:15:45 +00:00

Ability to set a default host for nginx

This commit is contained in:
Ben Hall
2014-12-24 12:21:40 +00:00
parent 6d646d92f8
commit 30a53fb60a
3 changed files with 19 additions and 3 deletions

View File

@ -13,7 +13,7 @@ RUN apt-get update \
RUN echo "daemon off;" >> /etc/nginx/nginx.conf \
&& sed -i 's/^http {/&\n server_names_hash_bucket_size 64;/g' /etc/nginx/nginx.conf
# Install Forego
# Install Forego
RUN wget -P /usr/local/bin https://godist.herokuapp.com/projects/ddollar/forego/releases/current/linux-amd64/forego \
&& chmod u+x /usr/local/bin/forego