ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. Tags
    3. nginx
    Log in to post
    • All categories
    • JaredBuschJ

      Install Nginx as a Reverse Proxy on Fedora 27

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion nginx fedora certbot fedora 27 reverse proxy guides real instructions how to
      107
      10 Votes
      107 Posts
      25k Views
      travisdh1T

      It's now 2/15/2024 with Fedora 39, and this is still working.

      Just setup a new reverse proxy.

    • JaredBuschJ

      SELinux blocking Nginx by default on Fedora 27

      Watching Ignoring Scheduled Pinned Locked Moved Solved IT Discussion selinux fedora 27 nginx reverse proxy
      3
      2 Votes
      3 Posts
      3k Views
      JaredBuschJ

      This behavior is different than the last time I setup a reverse proxy like this. But that was also on CentOS 7 and not Fedora. So policy could be different.

    • NashBrydgesN

      Nginx Active-Passive HA

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion nginx ha high availability
      31
      1 Votes
      31 Posts
      3k Views
      JaredBuschJ

      @nashbrydges said in Nginx Active-Passive HA:

      @jaredbusch said in Nginx Active-Passive HA:

      @NashBrydges side question. If you setup the .well-known to work correctly, why do you then need the HA? because nginx will never be down except for the momentary reload after the certs are updated.

      That certainly addresses the biggest concern about a long downtime during the renewall process for a high number of certs and probably addresses most concerns with this client. He's already running Veeam replication to a second box so his RTO and RPO are relatively short and within his business tolerance.

      Having said that, it's a great learning opportunity for me to set this up in my lab, if for no other reason than to try it and see how it works.

      Certainly no reason not to do it for a lab. and for a proxy with as much as it sounds like you have in production, it will still be a likely good solution.

    • B

      WordPress behind NGINX Reverse Proxy issues

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion wordpress nginx
      10
      0 Votes
      10 Posts
      1k Views
      scottalanmillerS

      @bnrstnr said in WordPress behind NGINX Reverse Proxy issues:

      @scottalanmiller said in WordPress behind NGINX Reverse Proxy issues:

      https://mangolassi.it/topic/13062/install-a-basic-wordpress-site-with-wp-cli

      Doh, somehow I missed this.

      And this one.... 🙂

      https://mangolassi.it/topic/16084/installing-fedora-27-lamp-stack-plus-wordpress/

    • scottalanmillerS

      Proxy Failure on Zimbra 8.8 After Update

      Watching Ignoring Scheduled Pinned Locked Moved Solved IT Discussion zimbra nginx zimbra 8.8 zimbra proxy
      10
      0 Votes
      10 Posts
      3k Views
      dbeatoD

      @scottalanmiller said in Proxy Failure on Zimbra 8.8 After Update:

      @wirestyle22 said in Proxy Failure on Zimbra 8.8 After Update:

      @dbeato said in Proxy Failure on Zimbra 8.8 After Update:

      Apparently this fixes it

      $ zmprov md domain.com zimbraVirtualHostname mail.domain.com zimbraVirtualIPAddress 10.0.1.6 $ libexec/zmproxyconfgen $ zmproxyctl restart

      Obviously change it to your enviroment.

      did this work @scottalanmiller?

      Boom, that did it!

      Thanks @dbeato

      Awesomeness !

    • NashBrydgesN

      How To Allow Site Access In Nginx By DDNS Instead Of By IP

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion how to nginx dynamicdns
      8
      1 Votes
      8 Posts
      9k Views
      stacksofplatesS

      I haven’t tried it but process substitution may work if you enable envsubst.

      So rather than an include you might just be able to do:

      $( nslookup domain.com | yada yada)

      Driving so don’t feel like typing out anything.

    • NashBrydgesN

      Nginx Allow Domain Instead Of IP Address

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion nginx
      12
      0 Votes
      12 Posts
      6k Views
      A

      https://mangolassi.it/topic/15267/how-to-allow-site-access-in-nginx-by-ddns-instead-of-by-ip

    • Emad RE

      How to setup Nginx TLS certificate based Authentication (VPN alternative)

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion nginx tls ssl cert certificate authentication
      21
      3 Votes
      21 Posts
      7k Views
      JaredBuschJ

      @aaronstuder said in How to setup Nginx TLS certificate based Authentication (VPN alternative):

      @emad-r 3650 🙂

      One of the main reasons that normal certs cannot be bought with forever expiration is because then people would be less apt to update them as ciphers are broken.

      Look at how many people still use(d) SSLv1 SHA1, etc., long after they were proven broken.

    • Emad RE

      Nginx Certificate Authentication issue

      Watching Ignoring Scheduled Pinned Locked Moved Solved IT Discussion nginx certificates authentication
      13
      0 Votes
      13 Posts
      4k Views
      Emad RE

      @jaredbusch said in Nginx Certificate Authentication issue:

      @emad-r said in Nginx Certificate Authentication issue:

      @jaredbusch said in Nginx Certificate Authentication issue:

      ls -laZ /etc/pki/nginx/ca.crt

      -rw-r--r-- root root ?

      i specified -laZ intentionally to show the SELinux context also.

      I don't have your directory setup, but this is what my /etc/pki/tls/certs looks like

      drwxr-xr-x. root root system_u:object_r:cert_t:s0 . drwxr-xr-x. root root system_u:object_r:cert_t:s0 .. lrwxrwxrwx. root root system_u:object_r:cert_t:s0 ca-bundle.crt -> /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem lrwxrwxrwx. root root system_u:object_r:cert_t:s0 ca-bundle.trust.crt -> /etc/pki/ca-trust/extracted/openssl/ca-bundle.trust.crt -rw-r--r--. root root unconfined_u:object_r:cert_t:s0 dhparam.pem -rwxr-xr-x. root root system_u:object_r:bin_t:s0 make-dummy-cert -rw-r--r--. root root system_u:object_r:cert_t:s0 Makefile -rwxr-xr-x. root root system_u:object_r:cert_t:s0 renew-dummy-cert

      Thanks this pointed me in the right direction, a useful guide coming soon

    • NashBrydgesN

      Install Alfresco Community Edition On Ubuntu 17.04

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion how-to alfresco nginx
      7
      3 Votes
      7 Posts
      6k Views
      stacksofplatesS

      @scottalanmiller said in Install Alfresco Community Edition On Ubuntu 17.04:

      @stacksofplates said in Install Alfresco Community Edition On Ubuntu 17.04:

      @scottalanmiller said in Install Alfresco Community Edition On Ubuntu 17.04:

      @nashbrydges said in Install Alfresco Community Edition On Ubuntu 17.04:

      @scottalanmiller Just testing it out for now but so far so good. I had a client ask me for a good document management solution that wouldn't break the bank and could be hosted locally so I immediately thought of this. I've given him access to see if this could work and from the sounds of his feedback, he might want it setup.

      Cool, would be good to see some threads on it. Been so long since I've used it.

      I use the hosted one. They gave you 10GB for free. Idk if they still do that or not.

      I didn't even know that they did hosted.

      Ya the free one didn't seem advertised much. I'll have to see if I can find a sign up link again.

    • NashBrydgesN

      Duplicate Headers Found But I Can't See Them

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion nginx
      1
      0 Votes
      1 Posts
      492 Views
      No one has replied
    • NashBrydgesN

      Recommended Nginx Config As Single Proxy For Multiple Web Servers

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion nginx lets encrypt
      9
      2 Votes
      9 Posts
      2k Views
      NashBrydgesN

      Thanks @JaredBusch this will be a huge help! I'll give this a try later this evening when I'm back.

    • JaredBuschJ

      Problem with Nginx conf file

      Watching Ignoring Scheduled Pinned Locked Moved Solved IT Discussion nginx reverse proxy troubleshooting
      19
      1 Votes
      19 Posts
      3k Views
      JaredBuschJ

      @black3dynamite said in Problem with Nginx conf file:

      Comparing the two configs

      CRM under location / does not have this:
      proxy_set_header X-Forwarded-Proto $scheme;

      That probably went missing when I was troubleshooting. I was copy pasting in pieces and removing them trying to figure out why it was not working.

    • NashBrydgesN

      Looking for how-to on setting up a proxy

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion screenconnect lets encrypt apache 2 nginx proxy
      25
      2 Votes
      25 Posts
      5k Views
      NashBrydgesN

      @JaredBusch said in Looking for how-to on setting up a proxy:

      server {
      client_max_body_size 40M;
      listen 80;
      server_name support.bundystl.com;
      rewrite ^ https://$server_name$request_uri? permanent;
      }

      Yep, got all that done and it's working well. What I was referring to was redirecting traffic to HTTPS. Essentially this is the part of the file I was missing...

      server { client_max_body_size 40M; listen 80; server_name support.bundystl.com; rewrite ^ https://$server_name$request_uri? permanent; }
    • mlnewsM

      Speeding Up NGinx with Compression

      Watching Ignoring Scheduled Pinned Locked Moved News nginx compression web server howtoforge
      1
      1 Votes
      1 Posts
      799 Views
      No one has replied
    • scottalanmillerS

      Deploying an NGinx Reverse Proxy with SSL on a LAMP Server with SaltStack

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion lamp proxy reverse proxy nginx salt saltstack devops web server lets encrypt ssl tls https https2
      42
      2 Votes
      42 Posts
      8k Views
      stacksofplatesS

      This way you can share the config(s) under conf.d between multiple machines using the same roles (or whatever Salt calls them) and have different main NGINX server settings.

    • JaredBuschJ

      SSL between a proxy and its target

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion certbot lets encrypt nginx reverse proxy
      12
      1 Votes
      12 Posts
      2k Views
      DashrenderD

      @travisdh1 said in SSL between a proxy and its target:

      @Dashrender said in SSL between a proxy and its target:

      @dafyre said in SSL between a proxy and its target:

      @scottalanmiller said in SSL between a proxy and its target:

      Never had to do that. Seems like a script to pull it from time to time might be enough, though?

      Set up a passwordless scp of the /etc/letsencrypt (or /etc/certbot?) folder from the proxy to the internal machine?

      Any security risk to this? I don't know anything about it - I just see passwordless and have to ask.

      It's industry standard public/private key encryption, so shouldn't be an issue.

      You should go read up on SQRL. In my not so humble opinion, passwords have long outlived the point where they are a useful security mechanism.

      I'm fully aware of SQRL - I asked Scott on Day one of ML if he would support it when it became available, sadly it's still not released to the wild 😞

    • RomoR

      Is there a best practice for the location of the root folder of a webapp?

      Watching Ignoring Scheduled Pinned Locked Moved Solved IT Discussion web servers apache nginx best practices
      2
      1 Votes
      2 Posts
      1k Views
      scottalanmillerS

      Location matters very little. I would stick to the standards.

    • JaredBuschJ

      ScreenConnect iOS app 5.6 problem with Nginx Proxy

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion screenconnect nginx proxy error
      7
      6 Votes
      7 Posts
      1k Views
      JaredBuschJ

      Yeah me for posting shit always.. Just needed this again.

      Saw the error and I was like.. hmm I posted about this.

      e73ed3df-73d6-4e5b-a0b5-9f55aabbde79-image.png

    • scottalanmillerS

      Installing RocketChat on Ubuntu 16.10 with Snaps

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion ubuntu ubuntu 16.10 nginx rocketchat snaps
      21
      4 Votes
      21 Posts
      8k Views
      scottalanmillerS

      I've moved to deploying on Fedora now myself, as well.

    • 1
    • 2
    • 3
    • 4
    • 3 / 4