summarylogtreecommitdiffstats
path: root/nginx.ctx-server.conf
diff options
context:
space:
mode:
Diffstat (limited to 'nginx.ctx-server.conf')
-rw-r--r--nginx.ctx-server.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/nginx.ctx-server.conf b/nginx.ctx-server.conf
index 92c5fce810ee..8ccd60930dd5 100644
--- a/nginx.ctx-server.conf
+++ b/nginx.ctx-server.conf
@@ -4,8 +4,8 @@ location /extras/webterm/gotty {
rewrite ^/extras/webterm/gotty\?(.*)$ ?$1 break;
rewrite ^/extras/webterm/gotty/(.*)$ /$1 break;
proxy_pass http://gotty;
- include /etc/nginx/loc-proxy.conf;
- include /etc/nginx/loc-websocket.conf;
- include /etc/nginx/loc-login.conf;
- include /etc/nginx/loc-nocache.conf;
+ include /etc/kvmd/nginx/loc-proxy.conf;
+ include /etc/kvmd/nginx/loc-websocket.conf;
+ include /etc/kvmd/nginx/loc-login.conf;
+ include /etc/kvmd/nginx/loc-nocache.conf;
}