1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/my_webapp_ynh.git synced 2024-09-03 19:46:26 +02:00
Commit graph

53 commits

Author SHA1 Message Date
Aurelien Vaillant
db2876a58a Remove unused setup 2023-08-18 10:01:56 +02:00
Aurelien Vaillant
b578765b41 Fix location path error config 2023-08-18 09:55:41 +02:00
Aurelien Vaillant
08a58729a2 Change - once again - the nginx error build 2023-08-17 19:36:41 +02:00
Aurelien Vaillant
a561b9c449 Try another way with the status code return 2023-08-17 19:10:47 +02:00
Aurelien Vaillant
5f1dfbd192 Wrong path construction with the nginx error code 2023-08-17 18:22:53 +02:00
Aurelien Vaillant
ea8278b48b Add the 403 error code build 2023-08-17 18:19:59 +02:00
Aurelien Vaillant
1b4c09bc1d Update the On/Off error code parameter
Revert nginx config
2023-08-17 17:56:51 +02:00
Aurelien Vaillant
beb6c7e399 Update nginx config
Fix config function
2023-08-17 16:20:51 +02:00
Aurelien Vaillant
74526f2e53 Remove duplicate nginx config
Clear manifest data, option only available with the config panel
Try to setup the config panel
Set the version number
2023-08-16 18:16:57 +02:00
--help
b863da7cff Update upgrade to set the code error 2023-08-13 10:47:43 +02:00
--help
140562326e Try to config the 404.html file
Remove error page 50X
2023-08-13 09:08:31 +02:00
--help
718c0dbdd8 Fix path error_page 2023-08-12 17:58:39 +02:00
--help
4255b0a4bc Add code error 50X 2023-08-12 16:52:25 +02:00
--help
6095c6c21f Update default config about the http error 2023-08-12 13:21:59 +02:00
--help
7029f6eb85 Add error 404 code 2023-08-12 11:30:01 +02:00
Éric Gaspar
47533880be #110 2023-04-13 11:11:30 +02:00
Éric Gaspar
ca06ee4f07 Fix 2023-02-05 12:40:52 +01:00
Éric Gaspar
54d609c124 v2 2023-02-04 21:08:46 +01:00
Éric Gaspar
45c0c4fa55 add max body size 2023-01-15 17:28:28 +01:00
Éric Gaspar
c2efdcec6c Update extra_php-fpm.conf 2023-01-15 15:18:28 +01:00
Éric Gaspar
fb7ddb9296 set extra_php-fpm 2023-01-15 15:17:07 +01:00
ericgaspar
14f2a9ac0f
Remove force usage of https 2022-01-13 11:41:27 +01:00
tituspijean
51821b21e8
Add option to not install PHP 2022-01-09 11:55:11 +01:00
tituspijean
563099da3a
Use PHPVERSION as PHP selection variable 2021-10-02 10:35:13 +02:00
tituspijean
16616a2f47
Fix PHP selection in PHP-FPM conf 2021-10-02 10:12:28 +02:00
tituspijean
fe2bfa67a6
Fix PHP selection in NGINX conf 2021-10-02 00:16:04 +02:00
ericgaspar
d2fdec79b5
Add php-fpm.conf 2021-10-01 21:34:27 +02:00
Alexandre Aubin
cdfa2f061f Use sftp.app group from 4.2 to manage sftp access, + fix permissions for /var/www/my_webapp 2021-05-07 20:39:16 +02:00
ericgaspar
b324c78780
Upgrade to php7.3 2020-12-06 12:26:20 +01:00
Alexandre Aubin
66cc5be9f8 Fuck that shit why have a user with different name than the app -_- 2020-06-17 15:54:40 +02:00
Alexandre Aubin
8056541e15 Fix ssh regenconf hook 2020-06-15 20:00:36 +02:00
Maniack Crudelis
5ee2886daa Various upgrades 2020-03-25 20:47:16 +01:00
Maniack Crudelis
f2e31fa492 Optionnal sftp 2020-03-25 20:44:32 +01:00
Maniack Crudelis
6e33fd4c24 use scalable phpfpm 2020-03-25 20:40:07 +01:00
Maniack Crudelis
95df8a88fd
Merge branch 'testing' into package_upgrade 2019-03-13 19:52:44 +01:00
Maniack Crudelis
0f0bef3b8c Use php7 2019-02-16 00:41:43 +01:00
Maniack Crudelis
034e5fc83c Normalization from example_ynh 2019-02-16 00:39:19 +01:00
Yalh
803e8ff4a6 Apply example_Ynh to solve CI error:
https://travis-ci.org/YunoHost-Apps/my_webapp_ynh/builds/481615933?utm_source=github_status&utm_medium=notification
2019-01-19 03:32:55 +01:00
anmol26s
696cdd7ddc
Corrected indentation
Thanks
2017-11-04 00:35:45 +05:30
anmol26s
3eaaaf665f Force https
Every time this app is installed, the nginx file needs to edited to force the https. This should be there by default in the nginx config file.
2017-10-26 02:25:46 +05:30
Maniack Crudelis
4a6fdbdfef Complete refactoring
* Refactoring
* Fix typos and code spacing
* Change user group
2017-09-26 07:19:17 +02:00
Jérôme Lebleu
b0ffe1939e [fix] Do not force HTTPS until Let's Encrypt is supported at least 2016-05-23 12:35:48 +02:00
Jérôme Lebleu
df47382a4b [fix] Imrpove nginx conf without .well-known blocking (fix #2) 2016-05-23 10:09:16 +02:00
Pierre de La Morinerie
192a8c3e46 Fix path to root directory
SInce installing Yunohost 2.4, I couldn't display the `index.html` page of a vanilla my_webapp installation (404). Nginx logs displayed this error:

> [error] 6345#0: *218 open() "/usr/share/nginx/htmlindex.php" failed (2: No such file or directory), client: 82.66.214.87, server: kemenaran.eu, request: "GET /index.html HTTP/1.1", host: "kemenaran.eu"

Steps to reproduce:

1. Install Yunohost 2.4
2. Add a new custom domain (e.g. mydomain.com)
3. Install a my_webapp using this custom domain
4. Attempt to open `mydomain.com./index.html` in a web browser

Adding this trailing slash solves the issue. I'm not sure this is how it should be solved, but it fixed a painful issue for me :)
2016-05-23 05:35:20 +02:00
Jérôme Lebleu
b6886dcbec [fix] Correct regex for hidden files in nginx.conf 2016-05-14 20:47:45 +02:00
Jérôme Lebleu
1e98b92d70 [enh] Deny access to hidden files and handle robots.txt in nginx.conf 2016-05-14 20:09:45 +02:00
Jérôme Lebleu
66225a1fe5 [enh] Rewrite scripts and app to offer an SFTP access instead 2016-05-14 19:26:10 +02:00
kload
2899cd7fee [enh] Make Cheryl to work + fetch libs from local 2015-08-22 11:39:25 +02:00
kload
0d067d051c [enh] Replace FTP by a simple PHP file manager 2015-08-21 22:02:48 +02:00
Julien Malik
2a88f770bf Update nginx.conf 2015-01-19 08:21:46 +01:00