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

remove regex

parent 3bd13e4a
No related branches found
No related tags found
1 merge request!8Resolve "Use a zotero generated json instead of crossref api"
Pipeline #111864 passed
...@@ -2,8 +2,8 @@ server_tokens off; ...@@ -2,8 +2,8 @@ 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