CBT : nginx not found: Difference between revisions
(Created page with "solusi menu CBT Candy error 404 nginx l<syntaxhighlight lang="shell"> location / { try_files $uri $uri/ /index.php?$args; } </syntaxhighlight>") |
m (Protected "CBT : nginx not found" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) [cascading]) |
(No difference)
| |
Latest revision as of 09:57, 2 April 2026
solusi menu CBT Candy error 404 nginx
l
location /
{
try_files $uri $uri/ /index.php?$args;
}