Kod:Tümünü seç
sed -n '1,200p' /etc/apache2/sites-enabled/mrt-wordpress.conf
Kod:Tümünü seç
sed -n '1,200p' /etc/apache2/sites-enabled/mrt-wordpress-ssl.conf
Kod:Tümünü seç
sed -n '1,200p' /etc/apache2/sites-enabled/mrt-wordpress.conf
Kod:Tümünü seç
sed -n '1,200p' /etc/apache2/sites-enabled/mrt-wordpress-ssl.conf
sed -n '1,200p' /etc/apache2/sites-enabled/mrt-wordpress-ssl.conf
Kod:Tümünü seç
<IfModule mod_ssl.c>
<VirtualHost *:443>
ServerName mrt.muratca61.keenetic.link
ServerAdmin webmaster@localhost
DocumentRoot /var/www/html
<Directory /var/www/html/>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
<Directory /var/www/html/wp>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
SSLEngine on
Include /etc/letsencrypt/options-ssl-apache.conf
SSLCertificateFile /etc/letsencrypt/live/mrt.muratca61.keenetic.link/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/mrt.muratca61.keenetic.link/privkey.pem
# Proxy Genel Ayarları
ProxyPreserveHost Off
ProxyRequests Off
ProxyTimeout 300
# ==================================================
# Meilisearch Reverse Proxy (Yönlendirme)
# ==================================================
<Location /meilisearch/>
# API Anahtarının (Authorization Header) iletilmesini sağlar
SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1
ProxyPass http://127.0.0.1:7700/
ProxyPassReverse http://127.0.0.1:7700/
# CORS Başlıkları: Tarayıcıdan erişim için şarttır
Header always set Access-Control-Allow-Origin "*"
Header always set Access-Control-Allow-Methods "GET, POST, OPTIONS"
Header always set Access-Control-Allow-Headers "Content-Type, X-Meili-API-Key, Authorization"
</Location>
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>
</IfModule>
etkin apache conf ayar dosyaları görme komutu vhost
Kod:Tümünü seç
apachectl -S
https://mrt.muratca61.keenetic.link/sea ... _index.phpupdatex meilisearch arama motoru indexleme web link adresi
jellyfin reload komutu yeniden yükleme başlatma
Kod:Tümünü seç
sudo systemctl restart jellyfin