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

Merge branch 'main' into dev

parents a5152a47 f670b48d
No related branches found
No related tags found
No related merge requests found
<script setup lang="ts"></script> <script setup lang="ts"></script>
<template> <template>
<LayoutWrapper :fluid="true" :toc="false"> <LayoutWrapper>
<slot /> <slot />
</LayoutWrapper> </LayoutWrapper>
</template> </template>
......
...@@ -5,6 +5,7 @@ server { ...@@ -5,6 +5,7 @@ server {
location /wiki/ { location /wiki/ {
alias /etc/nginx/html/; alias /etc/nginx/html/;
index index.html index.htm; index index.html index.htm;
try_files $uri $uri/ /index.html;
} }
error_page 500 502 503 504 /50x.html; error_page 500 502 503 504 /50x.html;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment