Search results

  1. B

    Nginx for Brain Cms

    Sorry, so nginx.conf doesn’t have to be modified at all? I’m on windows and there’s no sites-enabled
  2. B

    Nginx for Brain Cms

    I have to put this in nginx.conf, right? It gives me this error that doesn’t allow nginx to start nginx: [emerg] "location" directive is not allowed here in C:\tools\nginx-1.20.1/conf/nginx.conf:1
  3. B

    Nginx for Brain Cms

    RewriteEngine On RewriteRule ^([a-zA-Z0-9_-]+)(|/)$ index.php?url=$1 RewriteRule ^news/([a-zA-Z0-9_-]+)(|/)$ index.php?url=news&id=$1 RewriteRule ^home/([a-zA-Z0-9_-]+)(|/)$ index.php?url=home&user=$1 RewriteRule ^swf/habbo-imaging/badge/([a-zA-Z0-9_-]+)(|/)$ swf/habbo-imaging/badge.php?badge=$1...
  4. B

    Nginx for Brain Cms

    Hi, I tried to configure Nginx with Braincms but apparently I couldn’t because it gives me 404 error: 2021/06/14 12:35:07 [error] 7180#6020: *1 connect() failed (10061: Unable to establish connection. Persistent rejection of target computer) while connecting to upstream, client: 127.0.0.1...
  5. B

    Nginx.conf for BrainCms

    Hi, I tried to configure nginx for Braincms but I couldn’t, it always gives me 404 error. I don’t care if it’s obsolete, but I’d like to help configure nginx This is how I configured it, definitely wrong: #user nobody; worker_processes 1; #error_log logs/error.log; #error_log logs/error.log...
Top