svg
This commit is contained in:
@ -1,2 +0,0 @@
|
||||
templates=services/50-nineskeletor/tmpl/nineskeletor.conf,services/50-nineskeletor/tmpl/nineapache.conf
|
||||
destinations=services/50-nineskeletor/volume/apache/nineskeletor.conf,services/10-nineapache/volume/apache/50-nineskeletor.conf
|
@ -10,6 +10,5 @@ services:
|
||||
networks:
|
||||
- nine-network
|
||||
volumes:
|
||||
- ./services/50-nineskeletor/volume/apache:/etc/apache2/conf.d/nine
|
||||
- ./services/50-nineskeletor/volume/data/private:/app/uploads
|
||||
- ./services/50-nineskeletor/volume/data/public:/app/public/uploads
|
@ -1,5 +0,0 @@
|
||||
|
||||
# nineskeletor
|
||||
ProxyPass /${NINESKELETOR_PREFIX} http://nineskeletor/${NINESKELETOR_PREFIX} retry=0 keepalive=On
|
||||
ProxyPassReverse /${NINESKELETOR_PREFIX} http://nineskeletor/${NINESKELETOR_PREFIX} retry=0
|
||||
|
@ -1,19 +0,0 @@
|
||||
LoadModule rewrite_module modules/mod_rewrite.so
|
||||
ServerName nineapache.local
|
||||
DocumentRoot "/app/public"
|
||||
Alias /${NINESKELETOR_PREFIX} /app/public
|
||||
<Directory "/app/public">
|
||||
Options Indexes FollowSymLinks
|
||||
AllowOverride All
|
||||
Require all granted
|
||||
|
||||
RewriteEngine On
|
||||
RewriteCond %{REQUEST_URI}::$0 ^(/.+)/(.*)::\2$
|
||||
RewriteRule .* - [E=BASE:%1]
|
||||
RewriteCond %{HTTP:Authorization} .+
|
||||
RewriteRule ^ - [E=HTTP_AUTHORIZATION:%0]
|
||||
RewriteCond %{ENV:REDIRECT_STATUS} =""
|
||||
RewriteRule ^index\.php(?:/(.*)|$) %{ENV:BASE}/$1 [R=301,L]
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteRule ^ %{ENV:BASE}/index.php [L]
|
||||
</Directory>
|
Reference in New Issue
Block a user