Kill tabs
This commit is contained in:
parent
87f9c4f33f
commit
2cfffbced7
|
@ -1,3 +1,4 @@
|
||||||
|
# https://github.com/FreshRSS/FreshRSS/blob/edge/Docker/FreshRSS.Apache.conf
|
||||||
|
|
||||||
ServerName %{HTTP_HOST}
|
ServerName %{HTTP_HOST}
|
||||||
|
|
||||||
|
@ -15,40 +16,40 @@ ServerName %{HTTP_HOST}
|
||||||
Require all granted
|
Require all granted
|
||||||
</Directory>
|
</Directory>
|
||||||
|
|
||||||
<Directory /app/code/p/api>
|
<Directory /app/code/p/api>
|
||||||
Include /app/code/p/api/.htaccess
|
Include /app/code/p/api/.htaccess
|
||||||
</Directory>
|
</Directory>
|
||||||
|
|
||||||
<Directory /app/code/p/i>
|
<Directory /app/code/p/i>
|
||||||
ExpiresActive Off
|
ExpiresActive Off
|
||||||
|
|
||||||
<IfDefine OIDC_ENABLED>
|
<IfDefine OIDC_ENABLED>
|
||||||
AuthType openid-connect
|
AuthType openid-connect
|
||||||
Require valid-user
|
Require valid-user
|
||||||
</IfDefine>
|
</IfDefine>
|
||||||
IncludeOptional /app/code/p/i/.htaccess
|
IncludeOptional /app/code/p/i/.htaccess
|
||||||
</Directory>
|
</Directory>
|
||||||
|
|
||||||
<Directory /app/code/p/themes>
|
<Directory /app/code/p/themes>
|
||||||
Include /app/code/p/themes/.htaccess
|
Include /app/code/p/themes/.htaccess
|
||||||
</Directory>
|
</Directory>
|
||||||
|
|
||||||
|
|
||||||
<IfDefine OIDC_ENABLED>
|
<IfDefine OIDC_ENABLED>
|
||||||
OIDCProviderMetadataURL ${CLOUDRON_OIDC_DISCOVERY_URL}
|
OIDCProviderMetadataURL ${CLOUDRON_OIDC_DISCOVERY_URL}
|
||||||
OIDCClientID ${CLOUDRON_OIDC_CLIENT_ID}
|
OIDCClientID ${CLOUDRON_OIDC_CLIENT_ID}
|
||||||
OIDCClientSecret ${CLOUDRON_OIDC_CLIENT_SECRET}
|
OIDCClientSecret ${CLOUDRON_OIDC_CLIENT_SECRET}
|
||||||
|
|
||||||
OIDCRedirectURI /i/oidc/
|
OIDCRedirectURI /i/oidc/
|
||||||
|
|
||||||
OIDCCryptoPassphrase ${OIDC_CRYPTO_PASSPHRASE}
|
OIDCCryptoPassphrase ${OIDC_CRYPTO_PASSPHRASE}
|
||||||
|
|
||||||
OIDCRemoteUserClaim sub
|
OIDCRemoteUserClaim sub
|
||||||
|
|
||||||
OIDCScope "openid profile email"
|
OIDCScope "openid profile email"
|
||||||
|
|
||||||
OIDCRefreshAccessTokenBeforeExpiry 30
|
OIDCRefreshAccessTokenBeforeExpiry 30
|
||||||
OIDCPassClaimsAs headers
|
OIDCPassClaimsAs headers
|
||||||
OIDCXForwardedHeaders X-Forwarded-Proto
|
OIDCXForwardedHeaders X-Forwarded-Proto
|
||||||
</IfDefine>
|
</IfDefine>
|
||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
|
|
Loading…
Reference in New Issue