Skip to content

Instantly share code, notes, and snippets.

@tareqy
Created August 30, 2018 16:56
Show Gist options
  • Save tareqy/e46c92346eebc15a484cc1974df7d809 to your computer and use it in GitHub Desktop.
Save tareqy/e46c92346eebc15a484cc1974df7d809 to your computer and use it in GitHub Desktop.
# DirectAdmin Laravel NGINX Custom Settings for VirtualHost
location / {
try_files $uri $uri/ /index.php?$query_string;
}
|?DOCROOT=`HOME`/domains/`DOMAIN`/public_html/public|
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment