Make sure that your issue is reproducible by doing the following tasks
What installation method did you use?
Composer
Describe your issue in the field below
Hello all,
I didn't found the documentation on git to place a PR but here it is the code block for Nginx to get it working and secured too:
location / {
try_files $uri $uri/ /index.php?$args;
}
location ~ \.php$ {
fastcgi_intercept_errors on;
include fastcgi_params;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
fastcgi_pass unix:/run/php-fpm/www.sock;
}
location ~ /\. { deny all; }
location ~* \.(?:ico|css|js|gif|jpe?g|png)$ {
expires 30d;
add_header Pragma public;
add_header Cache-Control "public";
}
Package version
Development version (package on the main branch)
Package version number
3.0.0
What browsers are you seeing the problem on?
Firefox
Error logs of the core application if any
No response
Error log of the extension if any
No response
Error log of the layout if any
No response
General error logs if any (if the application fails to set a custom error log path, then the error log will usually appear in this location)
No response
Make sure that your issue is reproducible by doing the following tasks
TESTconstant value totruein the.\index.phpfile.errororerror-xorerror-yin the.\engine\logfolder.What installation method did you use?
Composer
Describe your issue in the field below
Hello all,
I didn't found the documentation on git to place a PR but here it is the code block for Nginx to get it working and secured too:
Package version
Development version (package on the
mainbranch)Package version number
3.0.0
What browsers are you seeing the problem on?
Firefox
Error logs of the core application if any
No response
Error log of the extension if any
No response
Error log of the layout if any
No response
General error logs if any (if the application fails to set a custom error log path, then the error log will usually appear in this location)
No response