Skip to content
Snippets Groups Projects

K8s deploy

Merged Remi PLANEL requested to merge k8s-deploy into dev
Compare and Show latest version
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -2,7 +2,7 @@ server_tokens off;
server {
listen 8080;
server_name localhost;
location ^~/wiki/ {
location /wiki/ {
alias /etc/nginx/html/;
index index.html index.htm;
Loading