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
There are issues with the container image from section: Run the Container to serve the Image. It looks like the root cause is due to a change from Apache to NGINX somewhere?
NGINX serves from /usr/share/nginx/html, so the podman command should be: podman run --rm -p 8000:8080 -v ./edge.ks:/usr/share/nginx/html/edge.ks:z rfe-mirror
In addition checking http://:8000/repo gives 403 FORBIDDEN error! I think NGINX has to be configured with autoindex on the /usr/share/nginx/html/repo directory?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
There are issues with the container image from section:
Run the Container to serve the Image
. It looks like the root cause is due to a change from Apache to NGINX somewhere?NGINX serves from
/usr/share/nginx/html
, so the podman command should be:podman run --rm -p 8000:8080 -v ./edge.ks:/usr/share/nginx/html/edge.ks:z rfe-mirror
In addition checking http://:8000/repo gives
403 FORBIDDEN
error! I think NGINX has to be configured withautoindex
on the/usr/share/nginx/html/repo
directory?Thanks!
The text was updated successfully, but these errors were encountered: