Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #45 from YunoHost-Apps/fix_nginx_issue
Browse files Browse the repository at this point in the history
Fix issue #44
  • Loading branch information
Josue-T authored Jan 31, 2023
2 parents d0c0da5 + ce2df13 commit 4042c4f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The Sync Server provides a replacement for Firefox’s default server (hosted at

By default, a server set up will defer authentication to the Mozilla-hosted accounts server at [https://accounts.firefox.com](https://accounts.firefox.com). So you will still have to authenticate at Mozilla, but _the storage of your information will be done on your host_.

**Shipped version:** 1.9.1~ynh3
**Shipped version:** 1.9.1~ynh4
## Disclaimers / important information

## Configuration
Expand Down
2 changes: 1 addition & 1 deletion README_fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Le serveur de synchronisation permet un remplacement du serveur par défaut de F

Par défaut, le serveur reporte l'authentification aux serveurs de comptes de Mozilla à https://accounts.firefox.com. vous vous authentifierez donc sur les serveurs de Mozilla, mais _le stockage de vos informations se fera sur votre serveur_.

**Version incluse :** 1.9.1~ynh3
**Version incluse :** 1.9.1~ynh4
## Avertissements / informations importantes

## Configuration
Expand Down
2 changes: 1 addition & 1 deletion conf/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ location __PATH__/ {

include uwsgi_params;
# Needed for long running operations in admin interface
proxy_pass http://localhost:__PORT__/;
proxy_pass http://127.0.0.1:__PORT__/;
proxy_set_header Host $host;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_buffering off;
Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"en": "Mozilla’s Sync-Server to host your Firefox account data",
"fr": "Serveur de synchronisation de Mozilla, pour héberger vos données Firefox"
},
"version": "1.9.1~ynh3",
"version": "1.9.1~ynh4",
"url": "https://github.com/mozilla-services/syncserver",
"upstream": {
"license": "MPL-2.0",
Expand All @@ -26,7 +26,7 @@
"email": "[email protected]"
}],
"requirements": {
"yunohost": ">= 11.0.9"
"yunohost": ">= 11.0.11"
},
"multi_instance": true,
"services": [
Expand Down

0 comments on commit 4042c4f

Please sign in to comment.