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

remove alias

parent 4cfb0b5d
No related branches found
No related tags found
1 merge request!7K8s deploy
Pipeline #111465 canceled
...@@ -3,13 +3,13 @@ server { ...@@ -3,13 +3,13 @@ server {
listen 8080; listen 8080;
server_name localhost; server_name localhost;
location ^~/wiki/ { location ^~/wiki/ {
alias /etc/nginx/html/; root /etc/nginx/html/;
index index.html index.htm; index index.html index.htm;
} }
error_page 500 502 503 504 /50x.html; error_page 500 502 503 504 /50x.html;
location = /50x.html { location = /50x.html {
alias /etc/nginx/html/; root /etc/nginx/html/;
} }
} }
\ No newline at end of file
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