Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
nixos
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
rbfsmi.imt
nixos
Commits
ab256fe1
There was an error fetching the commit references. Please try again later.
Commit
ab256fe1
authored
7 months ago
by
Sebastian Gladen
Browse files
Options
Downloads
Patches
Plain Diff
Fixed some breaking change.
parent
b754c42c
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
hosts/fsmi-buzzer/configuration.nix
+1
-1
1 addition, 1 deletion
hosts/fsmi-buzzer/configuration.nix
with
1 addition
and
1 deletion
hosts/fsmi-buzzer/configuration.nix
+
1
−
1
View file @
ab256fe1
...
...
@@ -69,7 +69,7 @@ in
deny all;
include /var/keys/paywall_header.txt;
proxy_hide_header x-frame-options;
add_header x-frame-options
\"
allow
\"
;
#
add_header x-frame-options
\"
allow
\"
;
# Why does this break?
proxy_set_header Host
\"
fsmi.paywall.prod.cs.uni-paderborn.de
\"
;
"
;
proxyWebsockets
=
true
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment