mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 02:10:05 +00:00 
			
		
		
		
	Refactored ws implementation to use it in mastodon and in new espocrm role
This commit is contained in:
		| @@ -75,7 +75,7 @@ http { | ||||
|         add_header X-Robots-Tag                         "noindex, nofollow"     always; | ||||
|         add_header X-XSS-Protection                     "1; mode=block"         always; | ||||
|         add_header X-Frame-Options "SAMEORIGIN" always; | ||||
|         {% include 'roles/nginx-docker-reverse-proxy/templates/iframe.conf.j2' %} | ||||
|         {% include 'roles/nginx-docker-reverse-proxy/templates/headers/iframe.conf.j2' %} | ||||
|  | ||||
|         # Remove X-Powered-By, which is an information leak | ||||
|         fastcgi_hide_header X-Powered-By; | ||||
|   | ||||
| @@ -18,7 +18,7 @@ server | ||||
|   client_body_buffer_size 400M; | ||||
|   fastcgi_buffers 64 4K; | ||||
|  | ||||
|   {% include 'roles/nginx-docker-reverse-proxy/templates/proxy_pass.conf.j2' %} | ||||
|   {% include 'roles/nginx-docker-reverse-proxy/templates/location/proxy_basic.conf.j2' %} | ||||
|  | ||||
|   location ^~ /.well-known { | ||||
|     rewrite ^/\.well-known/host-meta\.json  /public.php?service=host-meta-json  last; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user