1
0
mirror of https://github.com/bitwarden/server.git synced 2025-01-21 21:41:21 +01:00

Revert "--with-http_realip_module"

This reverts commit f951304f11.
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;'