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;
server {
listen 8080;
server_name localhost;
location /wiki/? {
alias /etc/nginx/html;
location /wiki/ {
alias /etc/nginx/html/;
index index.html index.htm;
}
......
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