Philipp Holzer
d579d9e1d0
Add basepath to vagrant config file
1 year ago
Tobias Diekershoff
769ee12a92
added AP to the example home.html file
2 years ago
Hypolite Petovan
cef6757c92
Replace REGISTER_* constants by Module\Register::* ones
2 years ago
Hypolite Petovan
274274ad63
Fix mods/README.md format
2 years ago
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>
2 years ago
Hypolite Petovan
c0b3b73c88
Move files from util to mods
- Move local.config.vagrant.php
- Move fpostit
- Move bookmarklet-share2friendica
- Updated Readme file
2 years ago
Andy H3
bb767dda51
Update sample-nginx.config
2 years ago
Andy H3
80a990a7d5
Update sample-nginx.config
Added buffers and buffer size
2 years ago
rebeka-catalina
e0ecbd0b95
typo correction of try_files directive ( #5387 )
2 years ago
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 .
2 years ago
Andreas Neustifter
79a8320fed
[nginx] Use try_files instead of if for /.well-known/.
See https://www.nginx.com/resources/wiki/start/topics/depth/ifisevil/
2 years ago
Andreas Neustifter
f44cb1ccce
[nginx] Move together deny blocks.
2 years ago
Andreas Neustifter
cb600b5a5f
[nginx] Readd option to statically server pictures.
2 years ago
Andreas Neustifter
92f47f8eca
[nginx] Fix indentation.
2 years ago
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>
2 years ago
Tobias Diekershoff
6e02c0e908
hopefully fixing indentation...
2 years ago
Tobias Diekershoff
132653ac56
applying changes to mods/sample-nginx.config from #5019
2 years ago
Andy H3
e22f7a3c31
Update sample-nginx.config
Updated default path to PHP7.0
PHP5.0 is not considered standard any more.
2 years ago
Tobias Diekershoff
b74f9e07bc
revertig file movements
2 years ago
Roland Häder
e61b8f667e
it is documenation, right? :-)
Signed-off-by: Roland Häder <roland@mxchange.org>
4 years ago
Tobias Diekershoff
c7969b2f52
more text
2 years ago
Tobias Diekershoff
df0430cb48
added example home css and html file
2 years ago
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
2 years ago
utzer
2bb4f2b57e
comment about user
2 years ago
utzer
9fdcc28fe1
systemd timer unit
2 years ago
ben-utzer
00ceb4acd2
Readme extended for systemd unit files
2 years ago
ben-utzer
eb5404740a
.service file for systemd unit
2 years ago
ben-utzer
8a63fc5ca7
Addition of systemd timer/service
2 years ago
Tobias Diekershoff
f66a8606aa
things that should not be here
3 years ago
Tobias Diekershoff
339f922652
revert unwanted (?) changes
3 years ago
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)
3 years ago
Thomas Willingham
805406a9d1
Requested changes
3 years ago
Thomas Willingham
1a1469339d
red > Friendica
3 years ago
Thomas Willingham
8af7df4259
Update nginx
3 years ago
Tobias Diekershoff
263c9f30a1
added configuration reg. curl and lighttpd with error code 417
4 years ago
fabrixxm
fbb905a5c2
Move Nginx reverse proxy sample from INSTALL to separate file
4 years ago
fabrixxm
5d1c7b4e4f
Cleanup mods folder and remove privacy_image_cache from docs. fix #1151
6 years ago
Olaf Conradi
0c31ca6c29
Backport Nginx sample config from Red to Friendica
7 years ago
Michael Vogel
9d0262f992
Documentation was transferred to the wiki: https://github.com/friendica/friendica/wiki/How-to:-improve-performance
7 years ago
Michael Vogel
890b69f40f
Some performance instructions
7 years ago
friendica
f07df4f667
merge
8 years ago
Thomas Willingham
7e7e88d4ad
Add sample lighttpd config, from the mailing list.
8 years ago
Zach Prezkuta
53e5592f9a
move tpl scripts to util
8 years ago
Michael Vogel
2350aa54eb
OStatus-Conversation auto completion works now.
Some performance issues added as well.
8 years ago
Olaf Conradi
492a42eebe
Add ttf and svg to skip the front controller
This makes themes that rely on the correct mimetype work.
8 years ago
Zach Prezkuta
74caf1a4a7
* Add MIME types for file attachments
* Restore translatability to mood phrases
* Prevent casting of "false" in html2plain
* Allow attachments with a comma in the filename
* Fix/optimize ACL img data-src jQuery search
* Fix bug when uploading files with a comma in the name using Chrome/Chromium
* Babel nicer output formatting
* Remove obsolete "plaintext" check in mod/parse_url
* Restore TinyMCE live insertion of images
* Smarty conversion script: add --no-header option to suppress warning headers in Smarty template files
8 years ago
Zach Prezkuta
c43ff35fe7
newline at end of header
8 years ago
Zach Prezkuta
1656c63a55
add warning message about automatically generated templates
8 years ago
Zach Prezkuta
f24d460522
automatic, command-line conversion
8 years ago
Zach Prezkuta
cd017282e4
use Python 2.4 compatible script; update Smarty templates
8 years ago