New filters on the Home Feed, take a look!
view details

This post has been de-listed

It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.

1
Issue making SOGo public with NGINX proxy manager
Post Body

Hi guys, for some reason my site looks like in the following picture when opening the site. I guess the CSS isnt loading but idk why.
This is my current config:

 location / {
   proxy_pass http://mailcow.example.net/SOGo;
   proxy_set_header Host $http_host;
   proxy_set_header X-Real-IP $remote_addr;
   proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
   proxy_set_header X-Forwarded-Proto $scheme;
   client_max_body_size 0;
  # The following Proxy Buffers has to be set if you want to use SOGo after the 2022-04 (April 2022) Update
  # Otherwise a Login will fail like this: https://github.com/mailcow/mailcow-dockerized/issues/4537
   proxy_buffer_size 128k;
   proxy_buffers 64 512k;
   proxy_busy_buffers_size 512k;
  }

I got it from the Mailcow Docs

https://preview.redd.it/qmv3udnt6enc1.png?width=1731&format=png&auto=webp&s=6e3dbe9ff153cb20309d6eea1f4d64cc86df3cec

Author
Account Strength
100%
Account Age
4 years
Verified Email
Yes
Verified Flair
No
Total Karma
3,606
Link Karma
205
Comment Karma
3,385
Profile updated: 4 days ago
Posts updated: 20 hours ago

Subreddit

Post Details

We try to extract some basic information from the post title. This is not always successful or accurate, please use your best judgement and compare these values to the post title and body for confirmation.
Posted
7 months ago