• 2 Posts
  • 148 Comments
Joined 1 year ago
cake
Cake day: June 10th, 2023

help-circle

















  • I don’t think they were disagreeing with you, I think they were just trying to say:

    You shouldn’t need braces to be vertically aligned if your code is uniformly indented. Then you can easily see what code is paired together just by their indentation level.

    Of course this is not always true if you’ve got a bunch of crazy nested indentation pushing things off to the right.



  • Hi :)

    If you’re already running an instance, you’re not going to have a good time of this on the same server unfortunately. The webserver config I ship assumes a single instance, and all of the handling assumes only one domain. You would have to basically modify my entire script to support something like this.

    You can take a look at my advanced configuration page to figure out what files you can edit, but this would be a very manual process for what you want to do.

    Apologies, but you would be better off deploying a new server.