Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

setting up reverse proxy issue on Wordpress docker

Featured Replies

Hi,

I'm having an issue setting up a reverse proxy on my Wordpress docker. I have a Nginx docker container (link removed) running separately. Using unRAID as the OS. I have other services running under domain.com so I'm trying to run WP in a subdir.

This is the block I'm using in my nginx conf file

#Wordpress Docker
                location ^~ /blog {
                      proxy_pass http://10.0.0.18:91/;
                      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;
                      proxy_redirect http://10.0.0.18:91/ https://$host/;
                      proxy_cookie_domain http://10.0.0.18:91/ $host;
                      include /config/nginx/php.conf;
}

When going to domain.com/blog looks like it tries to load but without CSS and only text, for example:

 

enter image description here

 

Any help would be appreciated!

 

Thank you

  • Community Expert

Are you trying to do this on an unRAID platform? This is a forum for unRAID users.

 

You don't really say anything about unRAID, and the link you posted looks like it could just be spam. (I disarmed the link).

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.