diff --git a/to_prod/nginx.txt b/to_prod/nginx.txt new file mode 100644 index 0000000..43d5cfb --- /dev/null +++ b/to_prod/nginx.txt @@ -0,0 +1,4 @@ +location / { + rewrite ^(.*)/$ $1 permanent; + try_files $uri $uri/ /index.php?$args; +} \ No newline at end of file -- libgit2 0.21.4