Skip to content

Instantly share code, notes, and snippets.

@m1cr0man
Created October 6, 2019 22:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save m1cr0man/e7bad73b1c934d31979bb9c76638e98e to your computer and use it in GitHub Desktop.
Save m1cr0man/e7bad73b1c934d31979bb9c76638e98e to your computer and use it in GitHub Desktop.
NixOS php-fpm and apache - the crucial lines!
<FilesMatch \.php$>
SetHandler "proxy:unix:/run/phpfpm-nextcloud/nextcloud.sock|fcgi://localhost/"
</FilesMatch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment