Actions
Issue #6601
closedpulp_installer has an unneeded 'pulp_webserver_static_dir' variable
Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
Category:
Installer - Moved to GitHub issues
Sprint/Milestone:
-
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
No
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Sprint 71
Quarter:
Description
After installing pulp 3 using pulp_installer, the following error message is emitted by the web server.
AH01276: Cannot serve directory /usr/local/lib/pulp/lib/python3.7/site-packages/rest_framework/: No matching DirectoryIndex (index.html,index.cgi,index.pl,index.php,index.xhtml,index.htm) found, and server-generated directory index forbidden by Options directive
This is due to these extra lines being present in the server configs:
https://github.com/pulp/pulp_installer/blob/master/roles/pulp-webserver/templates/nginx.conf.j2#L46
We should also remove this variable from the README.
Actions
Remove pulp_webserver_static_dir
fixes #6601 https://pulp.plan.io/issues/6601