mirror of
https://gitlab.com/t6353/sharee.bike.git
synced 2025-05-10 14:06:26 +02:00
fixing some file links and creating standard dirs. Moving Service-Tour setup to DMS-Account
This commit is contained in:
parent
d6292aa09d
commit
bf83052322
51 changed files with 1275 additions and 436 deletions
|
@ -2,7 +2,6 @@
|
|||
ServerName shareeweb-project.example.tld
|
||||
ServerAlias shareeweb-project1.example.tld
|
||||
|
||||
ServerAdmin info@gnu-systems.de
|
||||
DocumentRoot /var/www/copri4/shareeweb-project
|
||||
|
||||
ErrorLog /var/log/apache2/shareeweb-project-error.log
|
||||
|
@ -18,7 +17,6 @@
|
|||
<VirtualHost *:443>
|
||||
ServerName shareeweb-project1.example.tld
|
||||
|
||||
ServerAdmin info@gnu-systems.de
|
||||
DocumentRoot /var/www/copri4/shareeweb-project
|
||||
AddHandler cgi-script .cgi .sh .pl
|
||||
|
||||
|
@ -57,7 +55,6 @@
|
|||
<VirtualHost *:443>
|
||||
ServerName shareeweb-project.example.tld
|
||||
|
||||
ServerAdmin info@gnu-systems.de
|
||||
DocumentRoot /var/www/copri4/shareeweb-project
|
||||
|
||||
PerlOptions +Parent
|
||||
|
@ -95,7 +92,7 @@
|
|||
RewriteEngine On
|
||||
RedirectMatch ^/$ /frame/Karte
|
||||
SSLProxyEngine On
|
||||
RewriteCond %{REQUEST_URI} ^/(site|img|data|css|js|jquery)
|
||||
RewriteCond %{REQUEST_URI} ^/(site|img|data|css|js)
|
||||
RewriteRule ^(.*)$ https://shareeweb-project1.example.tld/$1 [P,L]
|
||||
</IfModule>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue