Init Commit
This commit is contained in:
18
conf.d/fet.at/onlyschafe.conf
Normal file
18
conf.d/fet.at/onlyschafe.conf
Normal file
@@ -0,0 +1,18 @@
|
||||
server {
|
||||
listen 443 ssl;
|
||||
include ssl.conf;
|
||||
|
||||
server_name onlyschafe.fet.at;
|
||||
set $proxy_host onlyschafe;
|
||||
set $proxy_port 8080;
|
||||
#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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user