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
Looking to use server side includes and came across this pull request for Valet from 2018: laravel/valet#517
Attempted to enable this for Herd but this results in an unknown directive "ssi" error in the logs. After some digging, it appears nginx is configured without http_ssi_module by default.
% /Applications/Herd.app/Contents/Resources/nginx-arm64 -V
nginx version: nginx/1.25.4
built with OpenSSL 3.2.1 30 Jan 2024
TLS SNI support enabled
configure arguments: [...] --without-http_ssi_module [...]
Would love to have this included and enabled by default.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Looking to use server side includes and came across this pull request for Valet from 2018: laravel/valet#517
Attempted to enable this for Herd but this results in an
unknown directive "ssi"
error in the logs. After some digging, it appears nginx is configured withouthttp_ssi_module
by default.Would love to have this included and enabled by default.
Beta Was this translation helpful? Give feedback.
All reactions