Skip to content

Instantly share code, notes, and snippets.

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 robertstaddon/1c1d229b8e77ecbe99ef6121e7bbf83e to your computer and use it in GitHub Desktop.
Save robertstaddon/1c1d229b8e77ecbe99ef6121e7bbf83e to your computer and use it in GitHub Desktop.
location /internal-nginx-static-location/ {
<?php if(!empty($documentRoot)): ?>
alias <?php echo $documentRoot; ?>/;
<?php else: ?>
alias <?php echo $OPT['documentRoot']; ?>/;
<?php endif; ?>
add_header X-Powered-By PleskLin;
internal;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment