Skip to content

Instantly share code, notes, and snippets.

@dompl
Created November 13, 2023 08:23
Show Gist options
  • Save dompl/1a493b8504f456ff4a68dcda27a762d1 to your computer and use it in GitHub Desktop.
Save dompl/1a493b8504f456ff4a68dcda27a762d1 to your computer and use it in GitHub Desktop.
Permalinks under nginx

if (!-e $request_filename ){ set $test P; } if ($uri !~ ^/(plesk-stat|webstat|webstat-ssl|ftpstat|anon_ftpstat|awstats-icon)){ set $test "${test}C"; } if ($test = PC){ rewrite ^ /index.php last; }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment