Skip to content
Snippets Groups Projects
Commit 42038db5 authored by Mohamed, Fawzi Roberto (fawzi)'s avatar Mohamed, Fawzi Roberto (fawzi)
Browse files

fix archive-browser

parent ab487e50
Branches
Tags
No related merge requests found
...@@ -94,6 +94,7 @@ http { ...@@ -94,6 +94,7 @@ http {
} }
location /archive-browser/ { location /archive-browser/ {
try_files $uri /archive-browser/index.html;
alias "/usr/share/nginx/html/archive-browser/"; alias "/usr/share/nginx/html/archive-browser/";
} }
......
...@@ -88,6 +88,7 @@ http { ...@@ -88,6 +88,7 @@ http {
} }
location /archive-browser/ { location /archive-browser/ {
try_files $uri /archive-browser/index.html;
alias "/usr/share/nginx/html/archive-browser/"; alias "/usr/share/nginx/html/archive-browser/";
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment