#nopushfridays — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #nopushfridays, aggregated by home.social.
-
CW: I updated a thing on Friday, it broke so I rolled back the update. Today I fixed the thing and updated it and now it's both updated and working! cw: geekery
for posterity: the error message when I navigated to the .css file in a browser was
bad message 400 reason: ambiguous uri empty segment
and the apache config problem was the difference between the staff and public lines below:
ProxyPass /staff http://localhost:8082/staff
ProxyPassReverse /staff http://localhost:8082/staff
ProxyPass /public/assets http://localhost:8081/assets
ProxyPassReverse /public/assets http://localhost:8081/assets
Also, omg having a dedicated test server is nice. (Remember: everyone has a test server. Ideally the test server is not the same machine as the production server.) #nopushfridays #updates #archivesspace #systemslibrarian -
CW: I updated a thing on Friday, it broke so I rolled back the update. Today I fixed the thing and updated it and now it's both updated and working! cw: geekery
ArchivesSpace 3.5 to 4.1.1 update, my webserver config added an extra / to the end of my asset URIs, so CSS wasn't loading on the public site. Staff side was fine. #nopushfridays #updates #archivesspace #systemslibrarian