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

remove trailing slash for alias

parent 6929c9bc
No related branches found
No related tags found
1 merge request!8Resolve "Use a zotero generated json instead of crossref api"
Pipeline #111860 passed
...@@ -3,7 +3,7 @@ server { ...@@ -3,7 +3,7 @@ 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.
Finish editing this message first!
Please register or to comment