Created
October 6, 2019 22:58
-
-
Save m1cr0man/e7bad73b1c934d31979bb9c76638e98e to your computer and use it in GitHub Desktop.
NixOS php-fpm and apache - the crucial lines!
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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