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

add /wiki as location

parent 6eeadf79
No related branches found
No related tags found
1 merge request!7K8s deploy
Pipeline #111443 canceled with stages
in 2 minutes and 28 seconds
server_tokens off;
server {
listen 8080;
server_name localhost;
location / {
root /usr/share/nginx/html;
index index.html index.htm;
listen 8080;
server_name localhost;
location /wiki {
root /usr/share/nginx/html;
index index.html index.htm;
try_files $uri /index.html;
}
error_page 500 502 503 504 /50x.html;
location = /50x.html {
root /usr/share/nginx/html;
}
}
\ No newline at end of file
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