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

      WordPress Site Lost Its Mind - Ten Minutes of Maintenance Over and Over Again

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion wordpress nginx varnish cloudflare apache php
      8
      0 Votes
      8 Posts
      673 Views
      scottalanmillerS

      @Pete-S said in WordPress Site Lost Its Mind - Ten Minutes of Maintenance Over and Over Again:

      This is how you do that:
      https://developer.wordpress.org/plugins/cron/hooking-wp-cron-into-the-system-task-scheduler/

      Nice, good info. Thanks.

    • scottalanmillerS

      Block XMLRPC Calls on WordPress from the Host Level

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion wordpress xmlrpc apache nginx litespeed openlitespeed htaccess
      1
      0 Votes
      1 Posts
      394 Views
      No one has replied
    • scottalanmillerS

      Nginx Config Need to Point Folder Reference Without Stripping

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion nginx web server
      8
      0 Votes
      8 Posts
      810 Views
      scottalanmillerS

      @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!

    • NashBrydgesN

      NGINX Just Stop Working

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion nginx ubuntu 20.04
      37
      1 Votes
      37 Posts
      3k Views
      scottalanmillerS

      @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.

    • JaredBuschJ

      Setup NodeBB on Fedora 33 with PostgreSQL and Nginx with HTTPS only

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion nodebb nodebb 1.15.x fedora fedora 33 postgresql nginx https
      9
      3 Votes
      9 Posts
      3k Views
      JaredBuschJ

      @gotwf said in Setup NodeBB on Fedora 33 with PostgreSQL and Nginx with HTTPS only:

      @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/

      Well 2 years in, i do not run any NobeBB instances with heavy traffic so performance is not even something I look at. I have like 5 of these running for tiny personal projects that people I know have asked for my help with.

    • wirestyle22W

      Tomcat with an NGINX Reverse Proxy and Self-signed SSL Certificate

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion nginx tomcat
      11
      0 Votes
      11 Posts
      2k Views
      scottalanmillerS

      @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.

    • scottalanmillerS

      Mattermost Behind Nginx and Cloudflare Script Load Error

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion nginx mattermost cloudflare
      8
      0 Votes
      8 Posts
      1k Views
      1

      @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.

    • gjacobseG

      502 Bad Gateway; nginx/1.16.1

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion 502 bad gateway nginx nginx 1.16.1 nextcloud ubuntu 19.10
      17
      1 Votes
      17 Posts
      3k 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?

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion meshcentral 2 nginx proxy meshcentral npm
      11
      1 Votes
      11 Posts
      5k Views
      M

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

    • scottalanmillerS

      Configure Nginx as Reverse Proxy for ScreenConnect to Enable Lets Encrypt

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux fedora centos nginx reverse proxy screenconnect
      4
      7 Votes
      4 Posts
      2k Views
      scottalanmillerS

      @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.

    • IRJI

      Enable Nginx Compression and compress js and images :)

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion wordpress wordpress optimization server side compression nginx
      1
      3 Votes
      1 Posts
      478 Views
      No one has replied
    • IRJI

      Massive speed increase when switching WordPress from apache to nginx

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion nginx apache
      14
      4 Votes
      14 Posts
      1k Views
      1

      @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.

    • JaredBuschJ

      DNS problem with Nginx on reboot

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion nginx error dns
      5
      0 Votes
      5 Posts
      663 Views
      1

      dhcp

    • wirestyle22W

      Reverse Proxy w/ SSL Cert on LAN with No External Forwarding

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion nginx reverse proxy
      7
      0 Votes
      7 Posts
      642 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.

    • scottalanmillerS

      WordPress Cutover Main Page Works, but Secondary Pages Do Not

      Watching Ignoring Scheduled Pinned Locked Moved Solved IT Discussion wordpress cloudflare nginx varnish apache php ubuntu linux ubuntu 19.04
      19
      0 Votes
      19 Posts
      2k Views
      CloudKnightC

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

    • scottalanmillerS

      Fedora 30 LAMP Web Server Varnish Cache Broken After Update

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion fedora linux fedora 30 varnish cache nginx apache httpd lamp web server
      10
      1 Votes
      10 Posts
      1k Views
      scottalanmillerS

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

    • scottalanmillerS

      oVirt Behind nGinx Proxy Cannot Login After Install

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion ovirt proxy nginx linux
      1
      1 Votes
      1 Posts
      678 Views
      No one has replied
    • IRJI

      NGINX Reverse Proxy Help - Error code: SSL_ERROR_RX_RECORD_TOO_LONG

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion kibana nginx ssl reverse proxy
      4
      1 Votes
      4 Posts
      3k Views
      IRJI

      @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.

    • brandon220B

      Nginx VM

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion nginx linux
      78
      1 Votes
      78 Posts
      4k Views
      1

      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-ITGuyW

      NGINX vs Apache

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion webserver nginx apache
      10
      2 Votes
      10 Posts
      1k Views
      wrx7mW

      @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.

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