Unset XFO in Gitea vhost

This commit is contained in:
Salt 2020-08-10 14:19:40 -05:00
parent b86eee2f0b
commit f4f1b58b8b

View File

@ -32,4 +32,6 @@ SSLProxyEngine on
RequestHeader set X_FORWARDED_PROTO 'https'
RequestHeader set X-Forwarded-Ssl on
# Used for embedding in Nextcloud
RequestHeader unset X-Frame-Options
</VirtualHost>