-
How to turn SSI feature on? How to set flag when compiling? Now our build is not aware of SSI, thats why we have technical message printed
|
Beta Was this translation helpful? Give feedback.
Answered by
lcrilly
Jun 17, 2024
Replies: 1 comment 3 replies
-
Unit does not support SSI. At face value, it seems like an unlikely feature given the primary use case of running application code, so producing content at runtime is something the application code can do. Are you using Unit entirely for serving static content (web server) or do you intend to use SSI alongside application code? |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
kvelaro
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Unit does not support SSI.
At face value, it seems like an unlikely feature given the primary use case of running application code, so producing content at runtime is something the application code can do.
Are you using Unit entirely for serving static content (web server) or do you intend to use SSI alongside application code?