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
Transférer les fichiers vers 'nginx'
master
pblonde
5 months ago
parent
2459412249
commit
a5acc5b429
1 changed files
with
17 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+17
-0
nginx/bookstack.auxilife.eu
+ 17
- 0
nginx/bookstack.auxilife.eu
View File
@@ -0,0 +1,17 @@
server {
server_name bookstack.auxilife.eu;
location / {
proxy_pass http://127.0.0.1:6865;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header Host $host;
}
}
server {
if ($host = bookstack.auxilife.eu) {
listen 80;
}
Write
Preview
Loading…
Cancel
Save