mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 13:01:52 -07:00
Delete PHP-FPM-73.stpl
This commit is contained in:
parent
343135650b
commit
d946dbe412
1 changed files with 0 additions and 44 deletions
|
@ -1,44 +0,0 @@
|
||||||
<VirtualHost %ip%:%web_ssl_port%>
|
|
||||||
|
|
||||||
ServerName %domain_idn%
|
|
||||||
%alias_string%
|
|
||||||
ServerAdmin %email%
|
|
||||||
DocumentRoot %sdocroot%
|
|
||||||
ScriptAlias /cgi-bin/ %home%/%user%/web/%domain%/cgi-bin/
|
|
||||||
Alias /vstats/ %home%/%user%/web/%domain%/stats/
|
|
||||||
Alias /error/ %home%/%user%/web/%domain%/document_errors/
|
|
||||||
#SuexecUserGroup %user% %group%
|
|
||||||
CustomLog /var/log/%web_system%/domains/%domain%.bytes bytes
|
|
||||||
CustomLog /var/log/%web_system%/domains/%domain%.log combined
|
|
||||||
ErrorLog /var/log/%web_system%/domains/%domain%.error.log
|
|
||||||
<Directory %home%/%user%/web/%domain%/stats>
|
|
||||||
AllowOverride All
|
|
||||||
</Directory>
|
|
||||||
<Directory %sdocroot%>
|
|
||||||
AllowOverride All
|
|
||||||
SSLRequireSSL
|
|
||||||
Options +Includes -Indexes +ExecCGI
|
|
||||||
</Directory>
|
|
||||||
SSLEngine on
|
|
||||||
SSLVerifyClient none
|
|
||||||
SSLCertificateFile %ssl_crt%
|
|
||||||
SSLCertificateKeyFile %ssl_key%
|
|
||||||
%ssl_ca_str%SSLCertificateChainFile %ssl_ca%
|
|
||||||
# <IfModule mod_ruid2.c>
|
|
||||||
# RMode config
|
|
||||||
# RUidGid %user% %group%
|
|
||||||
# RGroups www-data
|
|
||||||
# </IfModule>
|
|
||||||
# <IfModule itk.c>
|
|
||||||
# AssignUserID %user% %group%
|
|
||||||
# </IfModule>
|
|
||||||
|
|
||||||
<FilesMatch \.php$>
|
|
||||||
SetHandler "proxy:unix:/run/php/php7.3-fpm-%domain%.sock|fcgi://localhost/"
|
|
||||||
</FilesMatch>
|
|
||||||
SetEnvIf Authorization .+ HTTP_AUTHORIZATION=$0
|
|
||||||
|
|
||||||
IncludeOptional %home%/%user%/conf/web/s%web_system%.%domain%.conf*
|
|
||||||
|
|
||||||
</VirtualHost>
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue