Skip to main content

Search

Items tagged with: Nginx


For everybody running #nginx : time to check your 'location' directives in the config:
https://labs.hakaioffsec.com/nginx-alias-traversal/


Why does anyone pay crazy prices for these managed load balancers when anyone can set one up in #Nginx with very little time and overhead? I understand with Cloudflare since you get a CDN and DDoS protection. Fair enough. But look up how much AWS charges for a simple load balancer that just switches between EC2 instances. Then look at how easy it is to set one up yourself on any low spec #VPS: https://docs.nginx.com/nginx/admin-guide/load-balancer/http-load-balancer/

#selfhosting


Der Eingangsfehler sieht nach Rewrite in .htaccess aus.


@Admin Istrator OK

@hoergen on Friendica also es könnte eine Rewrite in #Nginx sein, aber ich bin nicht sicher ob und wie ich das angehen kann.


Anyone here running a #Friendica server with #Apache and the daemon instead of the worker?

It seems that in this setup, opposed to #Nginx, I need to restart httpd, php-fpm, Mariadb and the daemon after a git pull.

I tried only php-fpm and only httpd, but that did not work. The daemon alone restarted also doesn't work.

Maybe someone has an idea about that problem?

!Friendica Support


Hey @Tobias since I updated to #Friendica 2020.09-RC yesterday, I have really long loading times. @Michael Vogel mentioned you have problems as well?. Do you also use #Nginx as I do?

!Friendica Support


My #Pixelfed node is back up again. I had forgotten to reinstall the bcmath extension when I downgraded #PHP from 7.4 to 7.3 because #Nextcloud on the same machine isn't compatible, which prevented #Composer to pull the latest dependencies, which triggered a PHP Fatal Error. 😅

Ah, the joys of #selfhost without containers! I'm more and more tempted to look into #Docker, but I'm afraid of the learning curve before I get the same setup I have now. Also it probably would involve converting about 20 #Apache configuration files to #nginx which I'm not looking forward to either.

Does anyone have any pointers for either task, containerization and/or migration from Apache to nginx? #help