1
0
Derivar 0

Add sermons directory

Este cometimento está contido em:
josh 2017-06-25 21:51:22 -06:00
ascendente 8b3c6c3457
cometimento 62aad57b1f
1 ficheiros modificados com 10 adições e 0 eliminações

Ver ficheiro

@ -51,6 +51,16 @@ server {
#try_files $uri $uri/ =404;
try_files $uri $uri/ /index.php?$args;
}
location /sermons/ {
alias /home/josh/sermons/;
# First attempt to serve request as file, then
# as directory, then fall back to displaying a 404.
try_files $uri $uri/ =404;
#try_files $uri $uri/ /index.php?$args;
autoindex on;
}
# pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000
#