You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 10, 2022. It is now read-only.
I install nginx from the http://nginx.org/packages/mainline/debian repository. Their nginx packages do not ship with the /etc/nginx/sites-available directory. Trying to configure nginx with dpkg-reconfigure -phigh passbolt-ce-server fails, because passbolt-ce-server.postinst does nothing when the $NGINX_SITES_AVAILABLE directory is not present (see function configure_nginx_config_file). This is understandable, but confusing, because the installer says nginx is configured and ready to go, even though nothing was done.
The text was updated successfully, but these errors were encountered:
I'm finding more strange behaviour when using nginx from nginx's own repository. Maybe this is more of a suggestion to explicitly mention nginx should be installed from the default repository.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I install nginx from the http://nginx.org/packages/mainline/debian repository. Their nginx packages do not ship with the
/etc/nginx/sites-available
directory. Trying to configure nginx withdpkg-reconfigure -phigh passbolt-ce-server
fails, becausepassbolt-ce-server.postinst
does nothing when the$NGINX_SITES_AVAILABLE
directory is not present (see functionconfigure_nginx_config_file
). This is understandable, but confusing, because the installer says nginx is configured and ready to go, even though nothing was done.The text was updated successfully, but these errors were encountered: