Skip to content

Instantly share code, notes, and snippets.

@ahmadnaser
Created January 20, 2022 07:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ahmadnaser/cb11f65000add330ef4595f2d8a42478 to your computer and use it in GitHub Desktop.
Save ahmadnaser/cb11f65000add330ef4595f2d8a42478 to your computer and use it in GitHub Desktop.
rewrite ^(.*)$ /public/$1 break;
location / {
index index.php index.html;
try_files $uri $uri/ /index.php?$args;
}
https://greenbackend.com/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment