Update Dockerfile

This commit is contained in:
Stefan Pejcic 2024-08-20 11:22:19 +02:00 committed by GitHub
parent b91968dc35
commit 72ae0ceb84
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -80,7 +80,7 @@ EXPOSE 22 3306 7681 8080
########## NGINX ##########
RUN sed -i \
-e 's/# server_names_hash_bucket_size 640;/server_names_hash_bucket_size 640;/' \
-e 's/# server_names_hash_bucket_size 64;/server_names_hash_bucket_size 640;/' \
-e 's/# worker_connections 768;/worker_connections 10000;/' \
/etc/nginx/nginx.conf && \
chmod 700 /etc/nginx/sites-available && \