mirror of
https://github.com/thib8956/nginx-proxy
synced 2024-11-22 11:56:31 +00:00
Merge pull request #13 from paimpozhil/master
Fix for long server names
This commit is contained in:
commit
de8fbeb27c
@ -10,6 +10,9 @@ 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
|
||||||
|
|
||||||
|
#fix for long server names
|
||||||
|
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
|
||||||
ADD . /app
|
ADD . /app
|
||||||
|
Loading…
Reference in New Issue
Block a user