Explorar el Código

Transférer les fichiers vers 'nginx'

master
pblonde hace 5 meses
padre
commit
a5acc5b429
Se han modificado 1 ficheros con 17 adiciones y 0 borrados
  1. +17
    -0
      nginx/bookstack.auxilife.eu

+ 17
- 0
nginx/bookstack.auxilife.eu Ver fichero

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

}

Cargando…
Cancelar
Guardar