Skip to content

Instantly share code, notes, and snippets.

@njlg
Last active December 11, 2015 04:29
Show Gist options
  • Save njlg/4545578 to your computer and use it in GitHub Desktop.
Save njlg/4545578 to your computer and use it in GitHub Desktop.
Apache configuration to enable mod_sq
LoadModule squirrel_module /usr/lib/apache2/modules/mod_sq.so
<IfModule mod_mime.c>
AddHandler application/x-httpd-sq .nut
</IfModule>
DirectoryIndex index.nut
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment