Skip to content
Snippets Groups Projects
Commit 73098f00 authored by Bob Mottram's avatar Bob Mottram
Browse files

Nothing fancy

parent 883d4837
No related branches found
No related tags found
No related merge requests found
......@@ -117,11 +117,6 @@ function matrix_nginx {
nginx_limits $DEFAULT_DOMAIN_NAME '15m'
echo ' }' >> $matrix_nginx_site
echo '' >> $matrix_nginx_site
echo ' # Fancy URLs' >> $matrix_nginx_site
echo ' location @matrix {' >> $matrix_nginx_site
echo ' rewrite ^(.*)$ /index.php?p=$1 last;' >> $matrix_nginx_site
echo ' }' >> $matrix_nginx_site
echo '' >> $matrix_nginx_site
echo ' # Restrict access that is unnecessary anyway' >> $matrix_nginx_site
echo ' location ~ /\.(ht|git) {' >> $matrix_nginx_site
echo ' deny all;' >> $matrix_nginx_site
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment