There was an error while loading. Please reload this page.
2 parents 59bd278 + 86f425a commit ba568a2Copy full SHA for ba568a2
Dockerfile
@@ -1,5 +1,8 @@
1
FROM nginx:latest
2
3
+# apply fix for very long server names
4
+RUN sed -i 's/^http {/&\n server_names_hash_bucket_size 128;/g' /etc/nginx/nginx.conf
5
+
6
WORKDIR /root/
7
8
RUN apt-get update && apt-get install -y -q --no-install-recommends curl unzip && apt-get clean
0 commit comments