Fix long server names
This commit is contained in:
parent
629bd8fcfd
commit
b78b1f05a4
1 changed files with 1 additions and 2 deletions
|
@ -10,8 +10,7 @@ RUN apt-get update
|
||||||
RUN apt-get install -y nginx
|
RUN apt-get install -y nginx
|
||||||
RUN echo "daemon off;" >> /etc/nginx/nginx.conf
|
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
|
RUN mkdir /app
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
Loading…
Reference in a new issue