My nginx setup location / { # Fir...
# gooddata-cn
j
My nginx setup location / { # First attempt to serve request as file, then # as directory, then fall back to displaying a 404. try_files $uri $uri/ =404; } # example nginx reverse proxy config file # /etc/nginx/sites-available/default location /appLogin { proxy_pass http://localhost:3000/appLogin; proxy_buffering off; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-Host $host; proxy_set_header X-Forwarded-Port $server_port; but still getting this error
j
Hi Joy, can we please continue this thread in the original post: https://gooddataconnect.slack.com/archives/C01USCF4S10/p1662990295506109