Join the community today
Register Now

Grin-Wallet HTTPS with Nginx

Discussion in 'Other Web Apps usage' started by Josephm, Jun 2, 2019.

  1. Josephm

    Josephm Active Member

    132
    44
    28
    Aug 26, 2014
    Ratings:
    +48
    Local Time:
    5:42 PM
    1.9.5
    10.0.21
    Hello,
    I just built a crypto grin-wallet like http://x.x.x.x:3415, I just wonder someone made the wallet work with HTTPS custom port 3415 on Nginx?

    Thanks.

     
  2. eva2000

    eva2000 Administrator Staff Member

    55,247
    12,253
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,833
    Local Time:
    8:42 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Read up on using nginx as a reverse proxy HTTPS port 443 vhost connecting to your custom app's backend port 3415.

    Centmin Mod is provide as is, so short of scripted related bugs or issues, any further optimisation to the web stack components - nginx, php-fpm, mariadb mysql, csf firewall etc or web app specific configurations are left to the Centmin Mod user to deal with. So I do not provide any free support for such.

    However, Centmin Mod users are free to help each other out and ask questions or give answers on this community forum. My hopes are that this community forum evolves so that more veteran long time Centmin Mod users help new Centmin Mod users out :)

    Centmin Mod's Nginx has all the nginx modules it requires for you to configure nginx reverse proxy, nginx based load balancing and proxy caching (with exception of the shared file system you'd need i.e. NFS, GlusterFS and any mysql database cluster/replication). You just have to configure it yourself :)

    For nginx reverse proxy & load balancing read the documentation, tutorial and guides below