Created
August 30, 2018 16:56
-
-
Save tareqy/e46c92346eebc15a484cc1974df7d809 to your computer and use it in GitHub Desktop.
# DirectAdmin Laravel NGINX Custom Settings for VirtualHost
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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