Skip to content

Instantly share code, notes, and snippets.

@rizkiheryandi
Created February 20, 2019 05:50
Show Gist options
  • Select an option

  • Save rizkiheryandi/ccd76ee2a4b95582880c57e3e94396bc to your computer and use it in GitHub Desktop.

Select an option

Save rizkiheryandi/ccd76ee2a4b95582880c57e3e94396bc to your computer and use it in GitHub Desktop.
location / {
# First attempt to serve request as file, then
# as directory, then fall back to displaying a 404.
try_files $uri $uri/ /index.php?q=$uri&$args;
#try_files $uri $uri/ =404;
# Uncomment to enable naxsi on this location
# include /etc/nginx/naxsi.rules
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment