Skip to content
Discussion options

You must be logged in to vote

I'd tried running without Traefik and had no luck with that. But as always, it was PEBKAC!

I was using an old nginx.conf before you updated it, and it was the one thing I hadn't checked, which makes me feel a bit stupid!

Updated my nginx.conf and it's working as intended now, sorry for wasting your time!

Here's what I was using:

server {
    listen 80;
    root /usr/share/nginx/html;
    index index.html;
    client_max_body_size 2g;

    gzip on;
    gzip_types text/plain text/css application/javascript application/json image/svg+xml;

    location ^~ /api/ {
        client_max_body_size 2g;
        proxy_pass http://typetype-server:8080/;
        proxy_http_version 1.1;
        proxy_se…

Replies: 5 comments 2 replies

Comment options

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

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by Priveetee
Comment options

You must be logged in to vote
0 replies
Comment options

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

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