Browse Source

--with-http_realip_module

pull/490/head
Kyle Spearrin 7 years ago
parent
commit
f951304f11
  1. 2
      util/Nginx/entrypoint.sh

2
util/Nginx/entrypoint.sh

@ -41,4 +41,4 @@ chown -R $USERNAME:$GROUPNAME /var/run/nginx @@ -41,4 +41,4 @@ chown -R $USERNAME:$GROUPNAME /var/run/nginx
chown -R $USERNAME:$GROUPNAME /var/cache/nginx
chown -R $USERNAME:$GROUPNAME /var/log/nginx
exec gosu $USERNAME:$GROUPNAME nginx -g 'daemon off;'
exec gosu $USERNAME:$GROUPNAME nginx -g 'daemon off;' --with-http_realip_module

Loading…
Cancel
Save