Skip to content

cQube release 3.3 Installation not working #36

Answered by srajasimman
srajasimman asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @SreenivasNimmagadda

We found there is no issue with cQube installation and the issue with the Nginx config.
we have fixed it with the following Nginx config.

# cqube.preprod.ntp.net.in
proxy_cache_path /var/cache/nginx levels=1:2 keys_zone=my_cache:10m max_size=10g inactive=60m;

server {
    listen 80;
    listen [::]:80;
    gzip on;
    gzip_types      application/javascript text/css;
    gzip_min_length 1000;
    gzip_static on;
    root /var/www/html;
    server_tokens off;
    more_clear_headers Server;
    index index.html index.htm index.nginx-debian.html;

    server_name cqube.preprod.ntp.net.in;
    if ($http_x_forwarded_proto = 'http'){
    return 301 https://$host$request…

Replies: 5 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@srajasimman
Comment options

Comment options

You must be logged in to vote
1 reply
@SreenivasNimmagadda
Comment options

Answer selected by srajasimman
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants