Unwork a types into domains #1

Closed
opened 2025-01-23 17:04:08 +03:00 by fullgream · 1 comment
Owner

config:

X.X.X.X:80 {
        type revHTTP;
        target https://example.org;
        #type simpleHTTP;
        #target /path/to/root/;
        domain fullgream.online {
                type simpleHTTP;
                target /path/to/root/;
        };

        domain dnd.fullgream.online {
                type redirectHTTP;
                target https://dnd.su;
        }
}

...

But fullgream.online and dnd.fullgream.online works as revHTTP.

config: ``` X.X.X.X:80 { type revHTTP; target https://example.org; #type simpleHTTP; #target /path/to/root/; domain fullgream.online { type simpleHTTP; target /path/to/root/; }; domain dnd.fullgream.online { type redirectHTTP; target https://dnd.su; } } ... ``` But fullgream.online and dnd.fullgream.online works as revHTTP.
fullgream self-assigned this 2025-01-23 17:04:23 +03:00
Author
Owner

426f7881e5: This issue was been solved. I close it.

**426f7881e5**: This issue was been solved. I close it.
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: fullgream/net-helper#1
No description provided.