Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse

Darkscribes Community

K

[email protected]

@[email protected]
About
Posts
26
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

View Original

Posts

Recent Best Controversial

  • I am wanting to use the forum on my pool site. But the forum adddress is going to be https://ktiptokyng.com/forum/
    K [email protected]

    image.png

    Uncategorized

  • I am wanting to use the forum on my pool site. But the forum adddress is going to be https://ktiptokyng.com/forum/
    K [email protected]
    server {
    
        root /var/www/kriptokyn/html;
        index index.html index.htm index.nginx-debian.html;
    
        server_name kriptokyng.com ;
    
        location / {
            proxy_set_header X-Real-IP $remote_addr;
            proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
            proxy_set_header X-Forwarded-Proto $scheme;
            proxy_set_header Host $http_host;
            proxy_set_header X-NginX-Proxy true;
            proxy_pass http://127.0.0.1:7000;  # no trailing slash
             proxy_redirect off;
        }
    
        location /api/ {
            proxy_set_header X-Real-IP $remote_addr;
            proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
            proxy_set_header X-Forwarded-Proto $scheme;
            proxy_set_header Host $http_host;
            proxy_set_header X-NginX-Proxy true;
            proxy_pass http://127.0.0.1:4000/api/;  # no trailing slash
            proxy_redirect off;
    
        }
    
        location /forum {
            proxy_set_header X-Real-IP $remote_addr;
            proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
            proxy_set_header X-Forwarded-Proto $scheme;
            proxy_set_header Host $http_host;
            proxy_set_header X-NginX-Proxy true;
            proxy_pass http://127.0.0.1:4567/forum;  # no trailing slash
            proxy_redirect off;
    
            # Socket.IO Support
            proxy_http_version 1.1;
            proxy_set_header Upgrade $http_upgrade;
            proxy_set_header Connection "upgrade";
    }
    
        listen [::]:443 ssl ipv6only=on; # managed by Certbot
        listen 443 ssl; # managed by Certbot
        ssl_certificate /etc/letsencrypt/live/kriptokyng.com/fullchain.pem; # managed by Certbot
        ssl_certificate_key /etc/letsencrypt/live/kriptokyng.com/privkey.pem; # managed by Certbot
        include /etc/letsencrypt/options-ssl-nginx.conf; # managed by Certbot
        ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem; # managed by Certbot
    
    
    }
    server {
    if ($host = kriptokyng.com) {
        return 301 https://$host$request_uri;
    } # managed by Certbot
    
    
        listen 80;
        listen [::]:80;
    
        server_name kriptokyng.com ;
    return 404; # managed by Certbot
    
    
    }
    
    
    Uncategorized

  • I am wanting to use the forum on my pool site. But the forum adddress is going to be https://ktiptokyng.com/forum/
    K [email protected]

    "url": "https://kriptokyng.com:4567/forum/",

    Uncategorized

  • I am wanting to use the forum on my pool site. But the forum adddress is going to be https://ktiptokyng.com/forum/
    K [email protected]
    2025-04-29T13:51:28.170Z [4567/120129] - error: POST /forum/login?error=csrf-invalid
    invalid csrf token
    2025-04-29T13:53:47.979Z [4567/120129] - error: POST /forum/login?error=csrf-invalid
    invalid csrf token
    2025-04-29T13:54:38.930Z [4567/120129] - error: POST /forum/login
    invalid csrf token
    
    
    Uncategorized

  • I am wanting to use the forum on my pool site. But the forum adddress is going to be https://ktiptokyng.com/forum/
    K [email protected]

    https://kriptokyng.com/forum

    Uncategorized

  • I am wanting to use the forum on my pool site. But the forum adddress is going to be https://ktiptokyng.com/forum/
    K [email protected]

    image.png

    Uncategorized

  • I am wanting to use the forum on my pool site. But the forum adddress is going to be https://ktiptokyng.com/forum/
    K [email protected]

    image.png
    this happens when i try to ligin

    Uncategorized

  • I am wanting to use the forum on my pool site. But the forum adddress is going to be https://ktiptokyng.com/forum/
    K [email protected]

    image.png

    Uncategorized

  • I am wanting to use the forum on my pool site. But the forum adddress is going to be https://ktiptokyng.com/forum/
    K [email protected]

    image.png

    Uncategorized

  • I am wanting to use the forum on my pool site. But the forum adddress is going to be https://ktiptokyng.com/forum/
    K [email protected]

    is this thing much faster running on redis?

    Uncategorized

  • I am wanting to use the forum on my pool site. But the forum adddress is going to be https://ktiptokyng.com/forum/
    K [email protected]

    image.png

    Uncategorized

  • I am wanting to use the forum on my pool site. But the forum adddress is going to be https://ktiptokyng.com/forum/
    K [email protected]

    image.png

    Uncategorized

  • I am wanting to use the forum on my pool site. But the forum adddress is going to be https://ktiptokyng.com/forum/
    K [email protected]

    runs fine on 192.168.1.189:4567/forum. But doesn't on ssl https://kriptokyng.com/forum

    Uncategorized

  • I am wanting to use the forum on my pool site. But the forum adddress is going to be https://ktiptokyng.com/forum/
    K [email protected]

    image.png

    Uncategorized

  • I am wanting to use the forum on my pool site. But the forum adddress is going to be https://ktiptokyng.com/forum/
    K [email protected]

    And it running very slow

    Uncategorized

  • I am wanting to use the forum on my pool site. But the forum adddress is going to be https://ktiptokyng.com/forum/
    K [email protected]

    image.png

    Uncategorized

  • I am wanting to use the forum on my pool site. But the forum adddress is going to be https://ktiptokyng.com/forum/
    K [email protected]

    gettig better, but still not right.

    image.png

    Uncategorized

  • I am wanting to use the forum on my pool site. But the forum adddress is going to be https://ktiptokyng.com/forum/
    K [email protected]

    yes i did

    Uncategorized

  • I am wanting to use the forum on my pool site. But the forum adddress is going to be https://ktiptokyng.com/forum/
    K [email protected]
    server {
    
            root /var/www/kriptokyng/html;
            index index.html index.htm index.nginx-debian.html;
    
            server_name kriptokyng.com;
    
    listen [::]:443 ssl ipv6only=on; # managed by Certbot
        listen 443 ssl; # managed by Certbot
        ssl_certificate /etc/letsencrypt/live/kriptokyng.com/fullchain.pem; # managed by Certbot
        ssl_certificate_key /etc/letsencrypt/live/kriptokyng.com/privkey.pem; # managed by Certbot
        include /etc/letsencrypt/options-ssl-nginx.conf; # managed by Certbot
        ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem; # managed by Certbot
    
    
            location / {
            proxy_pass http://127.0.0.1:7000;
                    }
            location /api/ {
            proxy_pass http://127.0.0.1:4000/api/;
                    }
            location /forum/ {
            proxy_set_header X-Real-IP $remote_addr;
            proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
            proxy_set_header X-Forwarded-Proto $scheme;
            proxy_set_header Host $http_host;
            proxy_set_header X-NginX-Proxy true;
    
            proxy_pass http://127.0.0.1:4567;
            proxy_redirect off;
    
            # Socket.IO Support
            proxy_http_version 1.1;
            proxy_set_header Upgrade $http_upgrade;
            proxy_set_header Connection "upgrade";
            }
    }
    server {
        if ($host = kriptokyng.com) {
            return 301 https://$host$request_uri;
        } # managed by Certbot
    
    
            listen 80;
            listen [::]:80;
    
    }
    
    
    ```
    Uncategorized

  • I am wanting to use the forum on my pool site. But the forum adddress is going to be https://ktiptokyng.com/forum/
    K [email protected]

    it does the same thing, not change.

    image.png

    Uncategorized
  • Login

  • Don't have an account? Register

  • Login or register to search.
Powered by NodeBB Contributors
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups