devika
devika copied to clipboard
doesn't work with nginx proxy setup
location / {
# try_files $uri/index.html $uri.html $uri/ $uri =404;
# auth_basic "ai access required";
# auth_basic_user_file /etc/nginx/.htpasswd;
proxy_pass http://localhost:9437;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection 'upgrade';
proxy_cache_bypass $http_upgrade;
# proxy_set_header Host $host;
# proxy_set_header X-Real-IP $remote_addr;
# proxy_set_header X-Forwarded-Proto https;
# proxy_set_header X-Forwarded-For $remote_addr;
}
i get all kinds of http:// mixed content errors in firefox console. also project creation appears to be broken, which is probably due to running on https rather than http
anyone figure this out?
Same problem
@RexWzh refer #404 mention the solution.