Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
hms
/
rasoberry-noaa
réplica de
https://github.com/reynico/raspberry-noaa.git
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
8
Wiki
Actividad
Explorar el Código
add a nginx rule to rewrite the old yyyy/mm/dd paths to the new /images/ path
tags/1.5
Nico Rey
hace 4 años
padre
cec3632ccb
commit
d235875b72
Se han
modificado 1 ficheros
con
3 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+3
-0
templates/nginx.cfg
+ 3
- 0
templates/nginx.cfg
Ver fichero
@@ -14,4 +14,7 @@ server {
include snippets/fastcgi-php.conf;
fastcgi_pass unix:/var/run/php/php7.2-fpm.sock;
}
# Rewrite the old path yyyy/mm/dd/ to /images/
rewrite "^/image/\d{4}/\d{2}/\d{2}/(.+)$" /images/$1 permanent
}
Escribir
Vista previa
Cargando…
Cancelar
Guardar