Fix long server names

This commit is contained in:
root 2014-05-22 17:39:53 -04:00
parent 629bd8fcfd
commit b78b1f05a4

View file

@ -10,8 +10,7 @@ RUN apt-get update
RUN apt-get install -y nginx
RUN echo "daemon off;" >> /etc/nginx/nginx.conf
RUN echo "server_names_hash_bucket_size 64;" >> /etc/nginx/nginx.conf
RUN sed -i 's/# server_names_hash_bucket/server_names_hash_bucket/g' /etc/nginx/nginx.conf
RUN mkdir /app
WORKDIR /app