mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Fix syntax
This commit is contained in:
parent
cf3fc36b0c
commit
aabcbeccc3
@ -57,7 +57,7 @@ Nginx Configuration
|
||||
|
||||
# enable php
|
||||
location ~ \.php$ {
|
||||
try_files $uri = 404
|
||||
try_files $uri = 404;
|
||||
fastcgi_pass 127.0.0.1:9000; # or use php-fpm with: "unix:/var/run/php-fpm/php-fpm.sock;"
|
||||
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
|
||||
fastcgi_param HTTPS on;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user