Selaa lähdekoodia

Transférer les fichiers vers 'nginx'

master
pblonde 5 kuukautta sitten
vanhempi
commit
a5acc5b429
1 muutettua tiedostoa jossa 17 lisäystä ja 0 poistoa
  1. +17
    -0
      nginx/bookstack.auxilife.eu

+ 17
- 0
nginx/bookstack.auxilife.eu Näytä tiedosto

@@ -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;

}

Loading…
Peruuta
Tallenna