Update README.md

This commit is contained in:
FURK4NGG
2026-07-03 11:45:45 +03:00
committed by GitHub
parent 26db92eef1
commit b3ba34b825
+3 -6
View File
@@ -81,7 +81,7 @@ A rss IPV4
AAAA rss IPV6 AAAA rss IPV6
In your domain provider,update your nameserver based on cloudflare nameserver such as 'kim.ns.cloudflare.com' and 'mack.ns.cloudflare.com' In your domain provider,update your nameserver based on cloudflare nameserver such as 'sam.ns.cloudflare.com' and 'kack.ns.cloudflare.com'
hostnamectl set-hostname domain hostnamectl set-hostname domain
@@ -89,7 +89,7 @@ apt update && apt full-upgrade -y
curl https://install.yunohost.org | bash curl https://install.yunohost.org | bash
Localden yunohost islmelerini yaptiktan sonra actigimiz dns kayitlari icin su domaineri aciyoruz: Localden yunohost islemlerini yaptiktan sonra actigimiz dns kayitlari icin su domaineri aciyoruz:
Nextcloud -> cloud.domain Nextcloud -> cloud.domain
Vert -> convert.domain Vert -> convert.domain
Gitea -> git.domain Gitea -> git.domain
@@ -103,7 +103,7 @@ Only Office -> docs.domain
Umami -> visitors.domain Umami -> visitors.domain
-Permissions- -Permissions-
my_webapp ->visitors,all my_webapp ->visitors,all
Pair Drop -> Tum yunohist yoneticileri Pair Drop -> Tum yunohist yoneticileri
@@ -112,9 +112,6 @@ Pair Drop -> Tum yunohist yoneticileri
sudo nano /etc/nginx/conf.d/domain.d/my_webapp.conf sudo nano /etc/nginx/conf.d/domain.d/my_webapp.conf
index index.php index.html; --> index index.html index.htm; index index.php index.html; --> index index.html index.htm;
index index.php index.html; --> index index.html index.htm;
try_files $uri $uri/ /index.php?$args =404; --> try_files $uri $uri/ $uri.html =404; try_files $uri $uri/ /index.php?$args =404; --> try_files $uri $uri/ $uri.html =404;
``` ```