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

      Block XMLRPC Calls on WordPress from the Host Level
      IT Discussion • wordpress xmlrpc apache nginx litespeed openlitespeed htaccess • • scottalanmiller

      1
      0
      Votes
      1
      Posts
      86
      Views

      No one has replied

    • scottalanmiller

      Nginx Config Need to Point Folder Reference Without Stripping
      IT Discussion • nginx web server • • scottalanmiller

      8
      0
      Votes
      8
      Posts
      164
      Views

      scottalanmiller

      @stacksofplates said in Nginx Config Need to Point Folder Reference Without Stripping:

      Couldn't you just use a rewrite for this? Not at a computer but like

      rewrite ^/api /api

      Maybe, I'll try it!

    • NashBrydges

      NGINX Just Stop Working
      IT Discussion • nginx ubuntu 20.04 • • NashBrydges

      37
      1
      Votes
      37
      Posts
      967
      Views

      scottalanmiller

      @NashBrydges said in NGINX Just Stop Working:

      Wanted to close the loop here. I've recreated the server and refetched all my certs. It's been working well for the last 2 days. Fingers crossed it stays that way.

      Thanks to everyone who participated!

      Ah, doing things the DevOps way. When it doubt, nuke and rebuild.

    • JaredBusch

      Setup NodeBB on Fedora 33 with PostgreSQL and Nginx with HTTPS only
      IT Discussion • nodebb nodebb 1.15.x fedora fedora 33 postgresql nginx https • • JaredBusch

      8
      3
      Votes
      8
      Posts
      799
      Views

      gotwf

      @JaredBusch So... now that you've had this up and running for a while, care to report on how that is going? Inquiring minds are curious. Particularly w.r.t. resource utilization comparison, performance differences, etc. comparatively. I think you were on Mongo previously, correct? Cuz I am right there with you on the license bullshit. All it takes is one bump in the road, merger, and wham, history repeats and next major version changes license again - only this time to something closed. Have no interest in betting on community to fork and continue. Need a safer bet. It would appear that percona may have already done so w/their percona mongodb offering but I wonder if that would continue as a full fork if/when upstream became closed source.

      TIA-- o/

    • wirestyle22

      Tomcat with an NGINX Reverse Proxy and Self-signed SSL Certificate
      IT Discussion • nginx tomcat • • wirestyle22

      11
      0
      Votes
      11
      Posts
      701
      Views

      scottalanmiller

      @marcinozga said in Tomcat with an NGINX Reverse Proxy and Self-signed SSL Certificate:

      I don't know if it's strictly required, I'd add it.

      Because the one tells the port to listen on. The other tells it what protocol to use. Since you can use any port, with any protocol, it has to be listed. You can just add it to port 80 if you want, for example.

    • scottalanmiller

      Mattermost Behind Nginx and Cloudflare Script Load Error
      IT Discussion • nginx mattermost cloudflare • • scottalanmiller

      8
      0
      Votes
      8
      Posts
      416
      Views

      Pete.S

      @scottalanmiller said in Mattermost Behind Nginx and Cloudflare Script Load Error:

      @Pete-S said in Mattermost Behind Nginx and Cloudflare Script Load Error:

      @scottalanmiller said in Mattermost Behind Nginx and Cloudflare Script Load Error:

      @black3dynamite said in Mattermost Behind Nginx and Cloudflare Script Load Error:

      s your setup is Cloudflare proxy -> Nginx proxy -> apache (mattermost)?

      CF Proxy > Nginx Proxy > Mattermost (MM is its own server)

      And yes, if I disable the CF Proxy, it works.

      Why the double reverse proxies?

      That's the standard. You are always expected to have your node.js servers behind a reverse proxy. And CloudFlare is the CDN cache in front. This is the universal standard for all web servers. Plenty of times to avoid it, of course, but this is the baseline system design.

      In this case, MM is a raw node server so has none of the protections or handling of a system like Nginx. Nginx also provides the ability to have multiple sites behind one IP address. MM doesn't do that on its own, nor does CloudFlare. No different than how MangoLassi is on NodeBB, also a node platform, behind Nginx, behind CloudFlare.

      CF can't do the details port and IP handling, Nginx can't do the globally distributed cache.

      Thanks for the clarification Scott. I (wrongly) thought that Cloudflare was a full featured proxy and could do the same job as haproxy, nginx etc.

    • gjacobse

      502 Bad Gateway; nginx/1.16.1
      IT Discussion • 502 bad gateway nginx nginx 1.16.1 nextcloud ubuntu 19.10 • • gjacobse

      17
      1
      Votes
      17
      Posts
      2227
      Views

      M

      You have the answer in the logs you posted. Nginx can't connect to php handler daemon on port 9000, most likely php-fpm.

    • M

      Can anyone provide simple Meshcentral behind NGINX proxy setup instructions?
      IT Discussion • meshcentral 2 nginx proxy meshcentral npm • • manxam

      11
      1
      Votes
      11
      Posts
      2743
      Views

      M

      Got it all working. Thanks for everyone's assistance!

    • scottalanmiller

      Configure Nginx as Reverse Proxy for ScreenConnect to Enable Lets Encrypt
      IT Discussion • linux fedora centos nginx reverse proxy screenconnect • • scottalanmiller

      4
      7
      Votes
      4
      Posts
      1283
      Views

      scottalanmiller

      @wrx7m said in Configure Nginx as Reverse Proxy for ScreenConnect to Enable Lets Encrypt:

      Less to that than I thought there would be.

      It's surprisingly simple and basic. It's really just passing one port to another, and using SSL. About the most basic setup you can have.

    • IRJ

      Enable Nginx Compression and compress js and images :)
      IT Discussion • wordpress wordpress optimization server side compression nginx • • IRJ

      1
      3
      Votes
      1
      Posts
      192
      Views

      No one has replied

    • IRJ

      Massive speed increase when switching WordPress from apache to nginx
      IT Discussion • nginx apache • • IRJ

      14
      4
      Votes
      14
      Posts
      261
      Views

      Pete.S

      @IRJ said in Massive speed increase when switching WordPress from apache to nginx:

      I really wanted to do everything server side and be as lean as possible. I wanted zero plugins related to performance on my WP site.

      Lean WP, that's an oxymoron if anything 🙂

      I've heard before that some sites are slower with cloudflare CDN compared to going straight to the site. Are you using http/2 as well?

      Most likely in this case, the switch to nginx from apache itself didn't make anything noticeably faster but the caching and compression did.

    • JaredBusch

      DNS problem with Nginx on reboot
      IT Discussion • nginx error dns • • JaredBusch

      5
      0
      Votes
      5
      Posts
      293
      Views

      Pete.S

      dhcp

    • wirestyle22

      Reverse Proxy w/ SSL Cert on LAN with No External Forwarding
      IT Discussion • nginx reverse proxy • • wirestyle22

      7
      0
      Votes
      7
      Posts
      227
      Views

      F

      If you get external DNS to go to the nginx proxy you could probably allow all traffic to the URL path that lets encrypt needs and then create a whitelist for everything else.

    • scottalanmiller

      Solved WordPress Cutover Main Page Works, but Secondary Pages Do Not
      IT Discussion • wordpress cloudflare nginx varnish apache php ubuntu linux ubuntu 19.04 • • scottalanmiller

      19
      0
      Votes
      19
      Posts
      557
      Views

      StuartJordan

      Well let's talk about fedora and updating killing a laptop lol....

    • scottalanmiller

      Fedora 30 LAMP Web Server Varnish Cache Broken After Update
      IT Discussion • fedora linux fedora 30 varnish cache nginx apache httpd lamp web server • • scottalanmiller

      10
      1
      Votes
      10
      Posts
      320
      Views

      scottalanmiller

      Worth noting that the issue comes back when you upgrade to Fedora 31 as well. Same fix still applies.

    • scottalanmiller

      oVirt Behind nGinx Proxy Cannot Login After Install
      IT Discussion • ovirt proxy nginx linux • • scottalanmiller

      1
      1
      Votes
      1
      Posts
      244
      Views

      No one has replied

    • IRJ

      NGINX Reverse Proxy Help - Error code: SSL_ERROR_RX_RECORD_TOO_LONG
      IT Discussion • kibana nginx ssl reverse proxy • • IRJ

      4
      1
      Votes
      4
      Posts
      2188
      Views

      IRJ

      @black3dynamite said in NGINX Reverse Proxy Help - Error code: SSL_ERROR_RX_RECORD_TOO_LONG:

      In the server block, add ssl_protocols TLSv1.2; and reload nginx

      no joy. Incognito mode did not work either.

    • brandon220

      Nginx VM
      IT Discussion • nginx linux • • brandon220

      78
      1
      Votes
      78
      Posts
      496
      Views

      Pete.S

      I'd normally keep swap space too but I know for sure you can run without it successfully because we used to do that with embedded linux for years - with devices that had years of uptime.

      With memory ballooning you can overcommit RAM and the hypervisor can swap guest RAM to disk if it comes to that. I don't know which hypervisors supports it though. As always it depends on how much you want to cram out of your gear.

    • WLS-ITGuy

      NGINX vs Apache
      IT Discussion • webserver nginx apache • • WLS-ITGuy

      10
      2
      Votes
      10
      Posts
      334
      Views

      wrx7m

      @scottalanmiller said in NGINX vs Apache:

      @wrx7m said in NGINX vs Apache:

      Does Apache have a paid version? I know that nginx reverse proxy is free, but the web server (at least used to be) a paid product.

      Apache is totally free. Nginx is free for all normal purposes, it is advanced features that I've never even thought of wanting that are paid.

      Ahh. Ok. I misconstrued those features as being the entire product.

    • Donahue

      Nginx questions
      IT Discussion • nginx • • Donahue

      25
      0
      Votes
      25
      Posts
      401
      Views

      Donahue

      @Donahue said in Nginx questions:

      looks like the NC thing might be a bug with just iOS and using a reverse proxy
      https://github.com/nextcloud/server/issues/11464

      yep, the "old method" indeed did work.