This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
pblonde
/
bookstack-docker
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Mise à jour de 'nginx/bookstack.auxilife.eu'
master
pblonde
5 months ago
parent
fc6df31bbf
commit
20a4edbaea
1 changed files
with
8 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-3
nginx/bookstack.auxilife.eu
+ 8
- 3
nginx/bookstack.auxilife.eu
View File
@@ -11,8 +11,13 @@
server {
if ($host = bookstack.auxilife.eu) {
listen 80;
return 301 https://$host$request_uri;
}
}
server_name bookstack.auxilife.eu;
listen 80;
}
Write
Preview
Loading…
Cancel
Save