Skip to content

Instantly share code, notes, and snippets.

@alixcan
Created September 25, 2018 13:10
Show Gist options
  • Save alixcan/fc9104f026692a77b489b908083b0cb4 to your computer and use it in GitHub Desktop.
Save alixcan/fc9104f026692a77b489b908083b0cb4 to your computer and use it in GitHub Desktop.
Laravel nginx GoPanel Settings
location / {
try_files $uri $uri/ /index.php?$query_string;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment