Skip to content
Snippets Groups Projects
Commit 448afef6 authored by Blake Fitch's avatar Blake Fitch
Browse files

trying rewrite to metalnx

parent 70fb9bf5
No related branches found
No related tags found
No related merge requests found
......@@ -72,7 +72,7 @@ server {
location / {
proxy_pass http://metalnx/;
rewrite ^/metalnx(.*)$ $1 break;
rewrite ^/metalnx(.*)$ $1/metalnx break;
}
listen 443 ssl;
......
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