fix: many things

This commit is contained in:
2024-02-17 19:54:22 +01:00
parent 4fde4c4816
commit 0460a355d7
20 changed files with 116 additions and 30 deletions

View File

@ -17,10 +17,10 @@ server {
# redirect server error pages to the static page /50x.html
#
error_page 500 502 503 504 /50x.html;
location = /50x.html {
root /usr/share/nginx/html;
}
# error_page 500 502 503 504 /50x.html;
# location = /50x.html {
# root /usr/share/nginx/html;
# }
# proxy the PHP scripts to Apache listening on 127.0.0.1:80
#