Skip to content
Snippets Groups Projects
Commit 3bd13e4a authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

use regex for trailing slash

parent 55c40a84
No related branches found
No related tags found
1 merge request!8Resolve "Use a zotero generated json instead of crossref api"
Pipeline #111862 failed
...@@ -2,7 +2,7 @@ server_tokens off; ...@@ -2,7 +2,7 @@ server_tokens off;
server { server {
listen 8080; listen 8080;
server_name localhost; server_name localhost;
location /wiki { location /wiki/? {
alias /etc/nginx/html; alias /etc/nginx/html;
index index.html index.htm; index index.html index.htm;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment