Giter Site home page Giter Site logo

tier2's Issues

Trouble with javascript console login

Screenshots because I don't really know javascript

[edit: screenshot removed]

but that is right, right? I mean, I sure think it's right. Thanks a bunch. After I entered the token I get a 404 despite this mystery:

[edit: screenshot removed]

As in: The API redirect thing you've got going seems to be up and working fine, but I'm still having issues nonetheless. I'm just going to try replacing /html briefly and see if by some chance I misconfigured.... ???!!!!

Got the SSL cert in place as you requested.....

Apache 2.4 config

FYI: this apache config works for me (files in /var/www/zerotier/html, of course)

<VirtualHost *:80>
  ServerName zerotier.domain.my

  ServerAdmin webmaster@localhost
  DocumentRoot /var/www/zerotier/html

  <Directory "/var/www/zerotier/html">
    Require all granted
  </Directory>

  <Location /api>
    ProxyPass http://127.0.0.1:9993
  </Location>

  LogLevel debug

  ErrorLog ${APACHE_LOG_DIR}/zerotier.error.log
  CustomLog ${APACHE_LOG_DIR}/zerotier.access.log combined

</VirtualHost>

Many Thanks !

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.