updates and better URI schemes
This commit is contained in:
parent
a88c2ff5d0
commit
9a5bd14841
6 changed files with 33 additions and 25 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# Public Chaostreff MediaWiki
|
||||
# Orga Chaostreff MediaWiki
|
||||
|
||||
server {
|
||||
listen 81;
|
||||
|
|
@ -19,6 +19,7 @@ server {
|
|||
}
|
||||
|
||||
location / {
|
||||
add_header 'X-Content-Type-Options' 'nosniff';
|
||||
try_files $uri $uri/ @rewrite;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue