server { listen 443 ssl; include ssl.conf; server_name workshop.fet.at; set $proxy_host proteus; set $proxy_port 80; #more_set_headers "Content-Security-Policy-Report-Only: default-src 'none'; img-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval' https://fet.at/; style-src 'self' 'unsafe-inline' https://fet.at/; font-src 'self' 'unsafe-inline' https://fet.at/; base-uri 'self'; form-action 'self'; connect-src 'self' 'unsafe-inline' https://fet.at/ ; frame-ancestors 'none'"; #location ~ ^(/index.php/Intern/.+|/index.php/Spezial) { # allow 192.168.86.0/24; # deny all; # error_page 403 https://wiki.fet.at/index.php/Interne_Seite; #} include insecure_proxy.conf; }