1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-05 13:08:17 -05:00

Revert "--with-http_realip_module"

This reverts commit f951304f115884f45b501cc5263bcb208454559c.
This commit is contained in:
Kyle Spearrin 2019-04-26 12:10:22 -04:00
parent f951304f11
commit acfacf69a2

View File

@ -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;' --with-http_realip_module
exec gosu $USERNAME:$GROUPNAME nginx -g 'daemon off;'