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

--with-http_realip_module

This commit is contained in:
Kyle Spearrin 2019-04-26 11:09:12 -04:00
parent a416f5a912
commit f951304f11

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