Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to install in specific subfolder #347

Closed
hycday opened this issue Jun 11, 2022 · 2 comments
Closed

How to install in specific subfolder #347

hycday opened this issue Jun 11, 2022 · 2 comments
Labels
question Further information is requested

Comments

@hycday
Copy link

hycday commented Jun 11, 2022

Hi team,

I followed the install steps from https://github.com/weserv/images/blob/5.x/docker/README.md
and install via docker worked like a charm.

However, I would like to access it via mydomain.com/weserv/?url=etc (versus today where it is as mydomain.com/?url=
Could you please explain to a noobie how to achieve that ?

I use Ubuntu 20.04 TLS, with OpenLiteSpeed.

@kleisauke kleisauke added the question Further information is requested label Nov 17, 2022
@kleisauke
Copy link
Member

kleisauke commented Nov 17, 2022

For that, you need to change the nginx configuration. For example, you could try changing this:

location / {

To:

    location /weserv { 

I use Ubuntu 20.04 TLS, with OpenLiteSpeed.

Note that this module is based upon nginx (which is BSD-2-Clause licensed) and not OpenLiteSpeed (which is GPLv3 licensed). So, your code must conform to the GPL when you use OpenLiteSpeed.

@kleisauke
Copy link
Member

Closing due to inactivity. Please feel free to re-open if questions remain.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Development

No branches or pull requests

2 participants