Environment: Rocky Linux 8.9, nginx 1.25.4, php 8.3

I have followed the "manual" install as documented:
https://bacularis.app/doc/brief/installation.html#install-manually

The install process runs without a hitch.  However, when I go to the
bacularis URL, the server attempts to redirect to /panel/config ultimately
resulting an error ERR_TOO_MANY_REDIRECTS

This is due to the nginx provided configuration:
    try_files $uri $uri/ index.php?$args;

If the PHP log I can see the request:
/index.php/index.php/index.php/index.php/index.php/index.php/index.php/index.php/index.php/index.php/index.php/panel/config

How is panel/config supposed to be initiated?  I have made a few
speculative edits to "try_files" without making any progress.

Perhaps someone can give some insight that will help me.  The install
instructions indicate use for Bacularis 2.8.   I am guessing that there has
been some restructure of the Prado library with Bacularis 3.2 that is
causing the provided nginx configuration not to work.

Thank you,
Brent
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to