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 Jun 18, 2022. It is now read-only.
I have the Web App working fine (I think) in a generic installation in a subdirectory on Nginx except for the On/Off button and Update profile both on top right. The on/off button does nothing (ie no message) and the Update Profile just shows a centre screen rectangle with a permanent busy circle.
I'm not knowledgeable about Laravel applications and wondered if you'd say what might be different about those two menu items, and suggest any improvement to the location clauses shown below.
Of course, it might not be the nginx config, just that the app can't find something or permissions are wrong.
Thanks
(There are nested location blocks below, but they aren't causing an issue - i just need them because of other things on the same server.)
Currently, the system builds the pages from 10.0.0.1:8890/<kerberos_io> point of view. This breaks all the link back to the site.
Using proper relative path where possible and front host URL property, It would be possible to run kerberos.io under a single SSL certificate under a subdirectory.
I have tried to do response rewrite of javascript, HTML, etc using sub_filter in NGINX. Almost got it working but ran into a very strange problem within the javascript. I have tried with upstream NGINX 1.14. It was cleaner than using subfilter alone but I ran into subtle problems.
So, Front Host URL would do the trick.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have the Web App working fine (I think) in a generic installation in a subdirectory on Nginx except for the On/Off button and Update profile both on top right. The on/off button does nothing (ie no message) and the Update Profile just shows a centre screen rectangle with a permanent busy circle.
I'm not knowledgeable about Laravel applications and wondered if you'd say what might be different about those two menu items, and suggest any improvement to the location clauses shown below.
Of course, it might not be the nginx config, just that the app can't find something or permissions are wrong.
Thanks
(There are nested location blocks below, but they aren't causing an issue - i just need them because of other things on the same server.)
The text was updated successfully, but these errors were encountered: