We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35d20d3 commit 409465cCopy full SHA for 409465c
16.04/nginx_site_conf.tpl
@@ -26,7 +26,8 @@ server {
26
fastcgi_pass unix:/var/run/php/php7.2-fpm.sock;
27
fastcgi_index index.php;
28
include fastcgi_params;
29
- fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
+ fastcgi_param SCRIPT_FILENAME $realpath_root$fastcgi_script_name;
30
+ fastcgi_param DOCUMENT_ROOT $realpath_root;
31
32
fastcgi_intercept_errors off;
33
fastcgi_buffer_size 16k;
0 commit comments