Created
January 28, 2021 18:24
-
-
Save mustafatoker/5a1851d1f123d01ad19b52b9577ea15d to your computer and use it in GitHub Desktop.
This file contains hidden or 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 /files { | |
rewrite ^/files/?(.*)$ /files/load_file.php?file=$1 last; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment