Code Monkey home page Code Monkey logo

Comments (11)

matlink avatar matlink commented on August 29, 2024

Peux tu me filer le lien de ton repo ?

from gplayweb.

dextouu avatar dextouu commented on August 29, 2024

oui bien sur !!
https://gpw.franky-stream.ovh/gplayweb/repo

from gplayweb.

matlink avatar matlink commented on August 29, 2024

Fonctionne chez moi en ajoutant https://gpw.franky-stream.ovh/gplayweb/repo à FDroid.

from gplayweb.

dextouu avatar dextouu commented on August 29, 2024

Merde erreur de ma part, je viens de m'en apercevoir, j'avais verrouillé l’accès , j'avais complètement zappé qu' il bloquerais fdroid.

from gplayweb.

dextouu avatar dextouu commented on August 29, 2024

il me reste une chose avant de fermer l'issue, c'est url writing qui fonctionne pas, ou j'y comprend rien !!

from gplayweb.

dextouu avatar dextouu commented on August 29, 2024

J'ai marqué ça !!!

location /gplayweb {
proxy_pass http://127.0.0.1:8888;
}

location /gplayweb/repo {
alias /var/www/gplayweb/repo;
autoindex on;
}

location /gplayweb/ {
rewrite ^/gplayweb/(.*)$ http://gpw.franky-stream.ovh/$1 redirect;

}

from gplayweb.

matlink avatar matlink commented on August 29, 2024

retire le dernier location pour voir

from gplayweb.

dextouu avatar dextouu commented on August 29, 2024

J'ai mis ca mais pareil !!!

location /gplayweb/static {
alias /usr/share/gplayweb/static;
}

location /gplayweb {
proxy_pass http://127.0.0.1:8888;
}

location /gplayweb/repo {
alias /var/www/gplayweb/repo;
autoindex on;
}

    rewrite ^/gplayweb/(.*)$ http://gpw.franky-stream.ovh/$1 redirect;

}

from gplayweb.

matlink avatar matlink commented on August 29, 2024

non mais en retirant le bloc complet, càd avec rewrite ^/gplayweb/(.*)$ http://gpw.franky-stream.ovh/$1 redirect; aussi en moins. N'oublie pas le nginx -s reload.

from gplayweb.

dextouu avatar dextouu commented on August 29, 2024

J'ai retiré le block rewrite et le dernier location.
si il y a plus de règle, comment il raccourci en gpw.franky-stream.ovh au lieu de gpw.franky-stream.ovh/gplayweb ?

from gplayweb.

matlink avatar matlink commented on August 29, 2024

pourquoi tu voudrais qu'il raccourcisse ? c'est soit tu utilises un sous-domaine (gpw.) soit un sous-dossier (/gplayweb/repo) mais combiner les deux n'a pas trop de sens.

from gplayweb.

Related Issues (20)

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.