Commit graph

70 commits

Author SHA1 Message Date
Philipp
876b424ae3
Re-enable DRONE 2021-05-09 21:19:49 +02:00
Balázs Úr
054c301ef0 Update copyright 2021-03-29 08:40:20 +02:00
Tobias Diekershoff
3df8439b98 lighttpd follow up of #9155 2020-09-07 14:37:24 +02:00
Hypolite Petovan
ae045eff41 Update nginx sample config with location deny for bin/ folder 2020-09-07 05:51:58 -04:00
Hypolite Petovan
9c6fbc6a74 Update references to the friendica/friendica stable branch 2020-06-30 15:25:16 -04:00
Hypolite Petovan
2c56d2f336
Merge pull request #8265 from nupplaphil/task/add_license
Add license headers :-)
2020-02-09 16:34:21 -05:00
nupplaPhil
79d13f6f19
Disable drone.io integration 2020-02-09 22:50:31 +01:00
nupplaPhil
7d714319c8
Add license info at Friendica PHP files 2020-02-09 16:34:23 +01:00
Tobias Diekershoff
2a526236fd updated sample lighttpd config regarding the pagename parameter 2019-10-17 07:47:28 +02:00
Philipp Holzer
d579d9e1d0
Add basepath to vagrant config file 2019-04-14 14:24:01 +02:00
Tobias Diekershoff
769ee12a92 added AP to the example home.html file 2019-02-12 09:20:28 +01:00
Hypolite Petovan
cef6757c92 Replace REGISTER_* constants by Module\Register::* ones 2019-01-22 22:24:15 -05:00
Hypolite Petovan
274274ad63
Fix mods/README.md format 2018-12-27 01:52:40 -05:00
Hypolite Petovan
fabc90e9dd
Merge branch '2018.12-rc' into task/move-config-to-php-array 2018-12-27 01:47:53 -05:00
Wouter Broers
2b38b7b7de Updated .well-known location within Nginx Sample Config:
Replaced try_files with a rewrite rule to prevent Nginx
from spitting out 404 errors on addresses like:
- <server.tld>/.well-known/host-meta
- <server.tld>/.well-known/x-social-ray
- <server.tld>/.well-known/nodeinfo
- <server.tld>/.well-known/webfinger?resource=<resource>
2018-12-01 19:04:34 +01:00
Hypolite Petovan
c0b3b73c88 Move files from util to mods
- Move local.config.vagrant.php
- Move fpostit
- Move bookmarklet-share2friendica
- Updated Readme file
2018-11-28 23:08:43 -05:00
Andy H3
bb767dda51
Update sample-nginx.config 2018-11-19 23:31:54 +07:00
Andy H3
80a990a7d5
Update sample-nginx.config
Added buffers and buffer size
2018-11-19 23:26:34 +07:00
rebeka-catalina
e0ecbd0b95 typo correction of try_files directive (#5387) 2018-07-16 02:53:50 -04:00
Andreas Neustifter
6a85b34504 [nginx] Use try_file instead of if.
See https://www.nginx.com/resources/wiki/start/topics/tutorials/config_pitfalls/?utm_source=tool.lu#check-if-file-exists.
2018-07-09 12:42:32 +02:00
Andreas Neustifter
79a8320fed [nginx] Use try_files instead of if for /.well-known/.
See https://www.nginx.com/resources/wiki/start/topics/depth/ifisevil/
2018-07-09 12:42:32 +02:00
Andreas Neustifter
f44cb1ccce [nginx] Move together deny blocks. 2018-07-09 12:42:32 +02:00
Andreas Neustifter
cb600b5a5f [nginx] Readd option to statically server pictures. 2018-07-09 12:42:32 +02:00
Andreas Neustifter
92f47f8eca [nginx] Fix indentation. 2018-07-09 12:42:32 +02:00
Roland Häder
8ad523fbc8
Continued a bit:
- removed/fixed whitespaces and mixture of spaces/tabs (some)
- added new-line character at end of files (POSIX-compilant)
- reverted some code which I had messed up (compared to upstream/develop)
- removed duplicate dba::update() invocation in src/Protocol/DFRN.php
- also removed no longer valid TODO

Signed-off-by: Roland Häder <roland@mxchange.org>
2018-06-20 22:19:54 +02:00
Hypolite Petovan
93daf7883e Merge branch 'master' into develop
- Updated new develop version label
- Incremented database build number
2018-06-01 07:30:04 -04:00
Tobias Diekershoff
6e02c0e908 hopefully fixing indentation... 2018-05-25 13:56:54 +02:00
Tobias Diekershoff
132653ac56 applying changes to mods/sample-nginx.config from #5019 2018-05-25 08:22:49 +02:00
Andy H3
e22f7a3c31
Update sample-nginx.config
Updated default path to PHP7.0

PHP5.0 is not considered standard any more.
2018-05-16 11:10:19 +07:00
Tobias Diekershoff
b74f9e07bc revertig file movements 2018-05-15 19:23:13 +02:00
Roland Häder
e61b8f667e
it is documenation, right? :-)
Signed-off-by: Roland Häder <roland@mxchange.org>
2018-05-14 22:49:55 +02:00
Tobias Diekershoff
c7969b2f52 more text 2018-04-11 11:25:16 +02:00
Tobias Diekershoff
df0430cb48 added example home css and html file 2018-04-11 11:03:18 +02:00
utzer
a4f469d187
RemainAfterElapse=False
> if RemainAfterElapse= is off, it might be started again if it is already elapsed, and thus be triggered multiple times
False will start the process again and again after the set time, this is the desired behavior for worker.php

Infos: https://www.freedesktop.org/software/systemd/man/systemd.timer.html
2018-04-09 18:42:02 +05:30
utzer
2bb4f2b57e
comment about user 2018-04-04 14:54:07 +05:30
utzer
9fdcc28fe1
systemd timer unit 2018-04-04 14:51:51 +05:30
utzer
630c808319
Merge pull request #8 from ben-utzer/patch-1
Patch 1
2018-04-04 14:48:03 +05:30
ben-utzer
00ceb4acd2
Readme extended for systemd unit files 2018-04-04 14:28:26 +05:30
ben-utzer
eb5404740a
.service file for systemd unit 2018-04-04 14:24:28 +05:30
ben-utzer
8a63fc5ca7
Addition of systemd timer/service 2018-04-04 14:16:05 +05:30
Tobias Diekershoff
f66a8606aa things that should not be here 2018-02-07 07:28:32 +01:00
Tobias Diekershoff
339f922652 revert unwanted (?) changes 2017-10-05 10:02:06 +02:00
Alexander Fortin
1939de2b33 Fix Nginx example config
Check https://stackoverflow.com/questions/15423500/nginx-showing-blank-php-pages#16887296
for the rest of the change (without, I get white page on a testing
vagrant box)
2017-09-23 20:55:49 +02:00
Roland Häder
4e49939421
Merge remote-tracking branch 'upstream/develop' into rewrites/coding-convention-split2-6-2
Signed-off-by: Roland Häder <roland@mxchange.org>
2017-06-13 23:26:06 +02:00
Thomas Willingham
805406a9d1 Requested changes 2017-05-16 00:22:17 +01:00
Thomas Willingham
1a1469339d red > Friendica 2017-05-15 10:39:39 +01:00
Thomas Willingham
8af7df4259 Update nginx 2017-05-15 10:36:56 +01:00
Tobias Diekershoff
263c9f30a1 added configuration reg. curl and lighttpd with error code 417 2016-07-13 09:33:28 +02:00
fabrixxm
fbb905a5c2 Move Nginx reverse proxy sample from INSTALL to separate file 2016-06-11 09:27:00 +02:00
fabrixxm
5d1c7b4e4f Cleanup mods folder and remove privacy_image_cache from docs. fix #1151 2014-09-20 11:41:44 +02:00