-
Notifications
You must be signed in to change notification settings - Fork 616
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to load web page (HTML, Javascript, CSS not working) #58
Comments
me too... +1 seems linked to the change in HTML5 links ...? |
I think its a problem with regex rule on nginx configuration file. i'm unable to find the proper regex rule which will load all the front end stuff.. Temporary i'm writing separate rules for all the front end folder like styles, scripts .... etc |
Does it work without NGINX? |
yep.. without NGINX its working.. |
@mohitpujara I cannot help without knowing the nginx configuration. |
@kwk This is my nginx configuration...
|
This might be related to your |
if i'm not giving any prefix then it will redirect to docker-registry which is root and i want docker-registry to be root otherwise i'm unable to pull and push to the registry. There is already a regex rule for /ui/ but its not working. |
Understood. What if you host the registry and frontend on different domains/vhosts? |
I'm sorry but its not possible for me.. I have to run all stuff in one domain. I think its just a regex rule problem. i'm not getting the proper regex expression. |
Hi,
I'm using NGINX proxy as a docker container but its not loading web page properly...
Anyone getting like this?
The text was updated successfully, but these errors were encountered: