Skip to content
Snippets Groups Projects

K8s deploy

Merged Remi PLANEL requested to merge k8s-deploy into dev
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -3,13 +3,13 @@ server {
listen 8080;
server_name localhost;
location ^~/wiki/ {
alias /etc/nginx/html/;
root /etc/nginx/html/;
index index.html index.htm;
}
error_page 500 502 503 504 /50x.html;
location = /50x.html {
alias /etc/nginx/html/;
root /etc/nginx/html/;
}
}
\ No newline at end of file