Skip to content

Instantly share code, notes, and snippets.

@kenichi
Last active March 29, 2019 23:01
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 kenichi/061ac32d592e540c0dd2440b53bdd747 to your computer and use it in GitHub Desktop.
Save kenichi/061ac32d592e540c0dd2440b53bdd747 to your computer and use it in GitHub Desktop.
location /example {
root /var/www/example/public;
try_files $uri @example;
}
location /_dusk {
root /var/www/app/example/public;
try_files $uri @example;
}
location @example {
fastcgi_pass example_php_fpm:9000;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment