Implement .htaccess writer #1

Open
opened 2019-12-29 14:43:53 +00:00 by abelhooge · 0 comments
Owner

WebComponent now supports Resources, but it would be better if FuzeWorks didn't have to serve static files at all. Resources are a good fallback, but FuzeWorks should really just write a .htaccess file or provide nginx directives to be installed.

A HTTP Server Config Writer class needs to be implemented which should be run every time a resource is added, removed or modified. This will allow the developer to severely lessen the load on FuzeWorks for serving static content.

``WebComponent`` now supports Resources, but it would be better if FuzeWorks didn't have to serve static files at all. Resources are a good fallback, but FuzeWorks should really just write a ``.htaccess`` file or provide ``nginx directives`` to be installed. A ``HTTP Server Config Writer`` class needs to be implemented which should be run every time a resource is added, removed or modified. This will allow the developer to severely lessen the load on FuzeWorks for serving static content.
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: FuzeWorks/WebComponent#1
No description provided.