nginx

  1. dmnkhhn

    Nginx server configuration for XenForo

    Hey guys, I know the topic "XenForo running on Nginx" has been discussed before but there were little to no information on a actual running setup. My current situation: vBulletin 3.8, lots of (old) plugins, some custom plugins, lots of changes to individual templates, vBSEO, outdated style...
  2. Steff

    Nginx and Xenforo out of the box

    Right first of all I've not been on here for a while... So how's everyone been?:rolleyes:(y) OK I'm looking at a server setup of CentOS 6 on Nginx and MySQL As I'm basically dumb I have no idea what the real benefits my site would have over the conventional setup below: CentOS 6.5 on Apache...
  3. kontrabass

    Help with nginx vbseo-vbulletin rewrites?

    I'm having trouble with some quirky vbulletin vbseo url's. Here's what I have in my nginx server config file: location / { rewrite ^/forum/f[0-9]+/.+-([0-9]+)/$ /threads/$1/ redirect; rewrite ^/forum/f([0-9]+)/$ /forums/$1/ redirect; ... This works great for...
  4. kontrabass

    Nice performance boost with https-only nginx, vs apache

    Just had to post this - I'm sure many can relate, whenever I see a graph like this I just have to share. Switched from apache 2.2 http, to http/2 NGINX config on March 4th:
  5. Ptr

    vBulletin 3.8 Zoints SEO Rewrite Rules Nginx

    I couldn't locate any example of how to redirect friendly URLs managed by the Zoints SEO plugin for vBulletin so came up with my own configuration. I use Nginx so my location block looks like this: #rewrite thread requests rewrite t([0-9]+)\.html.* /threads/$1 permanent; #rewrite...
  6. electrogypsy

    XF 1.5 question about nginx matching all strings for folder

    Hey guys, I'm using @Liam W 's vanity urls plugin and I'm having an issue with urls. This plugin rewrites the url to a member's profile. It works fine, except for one user that has the term 'library' in his username (it's like 'library-gnome' or something like that). The url to his profile is...
  7. JamesJ

    XF 1.5 [SOLVED] SSL issues

    Hi all! Firstly, apologies if this is in the wrong category. So I've recently bought a WildCard SSL Certificate from AlphaSSL, and I'm trying to set this up on my forums (xenForo 1.5.2). I've updated my Basic Board Options > Board URL to use https (I set it to 'https://opfactions.net/'). When...
  8. Cyb3r

    Nginx rule to stream files behind the home directory?

    Hey guys. Sometimes I need to download my backup files locally for testing purposes or just to keep them safe. The only way I could do ATM is to move them manually to the public directory which is really dangerous as it might get downloaded by others and/or I accidentally forget to remove them...
  9. tjrgg

    XF 1.5 Errors Upon Installing

    So, I'm administering a forum that is running on Debian 3.2.68-1+deb7u2 x86_64 GNU/Linux. It's using the nginx web server. The problem is that XenForo thinks that the permissions for the data directories are set to be unwritable. However, that is not the case, as the output below clearly shows...
  10. Sunka

    [HELP] Serious challenge - tuning server

    Original post broken into several posts because of 10.000 character limit My forum is still alive on old server, from which I have to move in next few days. My plan is to setup vps server I have bought on Digital Ocean, and after optimization is done, I just upload xenforo files from old server...
  11. Glockie

    CGI Scripts (Perl) - Nginx and Centos

    Hello all, Bit of a tricky thing to do this seems, I need to enable CGI scripts / PERL for mysqldumper so I can enable automatic, scheduled backups. I use Sypex Dumper also, have used it for months now - but can't figure out the cron to schedule it...
  12. DRaver

    Problem with Xenforo and NGINX

    I have a problem with XenForo and I think it's up to my NGINX server configuration. The problem is that sometimes the Googlebot can not access to resources such as images or scripts. Googlebot says the images are (Vorrübergehend nicht erreichbar) currently not available. Here's an example...
  13. A

    XF 1.4 Problem with favicon

    For the life of me I can't figure out what's wrong. We just launched after migrating from vb4. See AllBuffs.com - Covering CU-Boulder Athletics We are running nginx + pagespeed on Xenforo 1.4.10 using memcached. In the root location of our server we have the favicon we want, but when it gets...
  14. Puntocom

    Could not execute FFMPEG inside chrooted nginx

    Hello. I have successfully upgraded to XenForo & XenForo Media Gallery RC2. All works fine except ffmpeg extras. Nginx runs chrooted at /var/www. I have installed ffmpeg and I copied /usr/local/bin/ffmpeg to /var/www/bin/ffmpeg, but I get this error when I specify the ffmpeg path at Video...
  15. Nicky Vermeersch

    XF 1.4 There was an error uploading your file.

    It happens a lot when trying to upload attachments or images to the media gallery. I increased the following options in php: upload_max_filesize=800M post_max_size=800M max_execution_time=300 max_input_time=300 However I still get "There was a problem uploading your file." as an error. I'm...
  16. S

    XF 1.4 Nginx Friendly URLs

    Hello, I recently took the chance to move my current site from Apache over to Nginx. So far the installation has gone smoothly and everything is working but one thing: Friendly URLs. I understand that on Apache you'd use a .htaccess file to complete this, but on Nginx it is different. I feel as...
  17. L

    How to setup XenForo using WPN-XM

    Luxus submitted a new resource: How to setup XenForo using WPN-XM - XenForo powered by nginx Read more about this resource...
  18. eva2000

    Centmin Mod community moves from G+ Communities

    Hi folks Some of you may know who I am :) Anyway, my Centmin Mod LEMP web stack project has moved it's discussions from a 300+ member Google+ Communities over to a Xenforo based forum at http://community.centminmod.com. It's literally the first week it's been online in a private password...
  19. MattW

    mattwservices.co.uk - Server Configuration / Hosting / Support

    I've not really put anything on here to advertise myself before, as people have just been contacting me to request work be done. Here is what I'm available to do. Server Management Services Server Configuration (CentOS / Cpanel) Apache setup Nginxcp setup Switch MySQL to Percona / MariaDB...
Top Bottom