mirror of
https://github.com/thib8956/nginx-proxy
synced 2024-11-22 03:46:29 +00:00
Merge pull request #66 from maxcnunes/fix-server-name-max-length
fixes problem to set server name max length…
This commit is contained in:
commit
e546afd4bc
@ -11,7 +11,7 @@ RUN apt-get update \
|
||||
|
||||
# Configure Nginx and apply fix for long server names
|
||||
RUN echo "daemon off;" >> /etc/nginx/nginx.conf \
|
||||
&& sed -i 's/# server_names_hash_bucket/server_names_hash_bucket/g' /etc/nginx/nginx.conf
|
||||
&& sed -i 's/^http {/&\n server_names_hash_bucket_size 64;/g' /etc/nginx/nginx.conf
|
||||
|
||||
# Install Forego
|
||||
RUN wget -P /usr/local/bin https://godist.herokuapp.com/projects/ddollar/forego/releases/current/linux-amd64/forego \
|
||||
|
Loading…
Reference in New Issue
Block a user