Skip to content

Commit

Permalink
Fix NGINX
Browse files Browse the repository at this point in the history
  • Loading branch information
ehfd authored Jul 9, 2024
1 parent c2c6201 commit 4583cf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/example/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ Pin-Priority: -1" > /etc/apt/preferences.d/firefox-nosnap && \
# NGINX web server
nginx \
apache2-utils \
netcat && \
netcat-openbsd && \
# Sanitize NGINX path
sed -i -e 's/\/var\/log\/nginx\/access\.log/\/dev\/stdout/g' -e 's/\/var\/log\/nginx\/error\.log/\/dev\/stderr/g' -e 's/\/run\/nginx\.pid/\/tmp\/nginx\.pid/g' /etc/nginx/nginx.conf && \
echo "error_log /dev/stderr;" >> /etc/nginx/nginx.conf && \
Expand Down

0 comments on commit 4583cf2

Please sign in to comment.