✏️ 正在编辑: 000-default.conf_0
路径:
/var/lib/letsencrypt/backups/1737667535.3414602/000-default.conf_0
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
#<VirtualHost *:80> # # The ServerName directive sets the request scheme, hostname and port that # # the server uses to identify itself. This is used when creating # # redirection URLs. In the context of virtual hosts, the ServerName # # specifies what hostname must appear in the request's Host: header to # # match this virtual host. For the default virtual host (this file) this # # value is not decisive as it is used as a last resort host regardless. # # However, you must set it for any further virtual host explicitly. # #ServerName www.example.com # # Options -Indexes # ServerAdmin contato@yuppietech.com.br # DocumentRoot /var/www/sistemayuppie.com.br/lidernegocios # ServerName lidernegocios.sistemayuppie.com.br # #ServerAlias lidernegocios.sistemayuppie.com.br # # # Available loglevels: trace8, ..., trace1, debug, info, notice, warn, # # error, crit, alert, emerg. # # It is also possible to configure the loglevel for particular # # modules, e.g. # #LogLevel info ssl:warn # # ErrorLog /var/log/apache2/error.log # CustomLog /var/log/apache2/access.log combined # # # For most configuration files from conf-available/, which are # # enabled or disabled at a global level, it is possible to # # include a line for only one particular virtual host. For example the # # following line enables the CGI configuration for this host only # # after it has been globally disabled with "a2disconf". # #Include conf-available/serve-cgi-bin.conf # <Directory /> # Options FollowSymLinks # AllowOverride None # </Directory> # <Directory /var/www> # #Options Indexes FollowSymLinks # Options -Indexes # AllowOverride All # Order allow,deny # Allow from all # </Directory> #</VirtualHost> <VirtualHost *:80> Options -Indexes ServerAdmin contato@yuppietech.com.br DocumentRoot /var/www/yuppietech.com.br ServerName www.yuppietech.com.br ServerAlias yuppietech.com.br <Directory /> Options FollowSymLinks AllowOverride None </Directory> <Directory /var/www> Options Indexes FollowSymLinks AllowOverride All Order allow,deny Allow from all </Directory> #RewriteEngine on #RewriteCond %{SERVER_NAME} =yuppietech.com.br #RewriteCond %{SERVER_NAME} =yuppietech.com.br [OR] #RewriteCond %{SERVER_NAME} =www.yuppietech.com.br #RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent] </VirtualHost> # vim: syntax=apache ts=4 sw=4 sts=4 sr noet <VirtualHost *:80> Options -Indexes ServerAdmin contato@yuppietech.com.br DocumentRoot /var/www/sistemayuppie.com.br/oakberry ServerName oakcrm.com.br <Directory /> Options FollowSymLinks AllowOverride None </Directory> <Directory /var/www> Options Indexes FollowSymLinks AllowOverride All Order allow,deny Allow from all </Directory> </VirtualHost> <VirtualHost *:80> Options -Indexes ServerAdmin contato@yuppietech.com.br DocumentRoot /var/www/sistemayuppie.com.br/oakberry ServerName app.fidelizedigital.com.br <Directory /> Options FollowSymLinks AllowOverride None </Directory> <Directory /var/www> Options Indexes FollowSymLinks AllowOverride All Order allow,deny Allow from all </Directory> </VirtualHost>
💾 保存文件
← 返回文件管理器