Show all posts by user
Discussions in Spanish
Page 1 of 1 Pages: 1
Results 1 - 8 of 8
HI yvilene, maybe this post will help you
https://www.nginx.com/products/streaming-media-delivery/
by
dgarcia
-
How to...
Hello partners,
My nginx server does not display the .txt files in the "/" directory, I can not find where the fault is, can you help me?
The website is a multisite in wordpress.
#redirections pages
rewrite ^ / blog /(.*)$ / blogs / $ 1 permanent;
#Forced SSH
if ($ ssl_protocol = "") {
rewrite ^ / (. *) https: // $ server_name / $ 1 permanent;
}
#ignored:
by
dgarcia
-
How to...
Hola compañeros,
Mi servidor nginx no muestra los ficheros .txt que hay en el directorio "/", no encuentro donde está el fallo podéis ayudarme?
El sitio web es un multisite en wordpress.
#redirecciones paginas
rewrite ^/blog/(.*)$ /blogs/$1 permanent;
#Forzado SSH
if ($ssl_protocol = "") {
rewrite ^/(.*) https://$server_name/$1 permanent;
}
#ignored:
by
dgarcia
-
Spanish Forum
Good mates,
I tell you the case, I have made the ironing of the content of my website, I have generated some rules to display those files at the same time that I show my website in wordpress.
The rules for each url look like this:
Rewrite ^ / category / url1 / /category/file1/url1/index.php last;
Rewrite ^ / category / url1 / category / file1 / url1 / last;
When I visit the url it is
by
dgarcia
-
How to...
¿Puedes adjuntar los ficheros de configuración?
by
dgarcia
-
Spanish Forum
Buenas compañeros,
Os cuento el caso, he realizado el planchado del contenido de mi web, he generado unas reglas para mostrar dichos ficheros a la par que muestro mi sitio web en wordpress.
Las reglas por cada url quedan así:
rewrite ^/categoria/url1/ /categoria/archivo1/url1/index.php last;
rewrite ^/categoria/url1 /categoria/archivo1/url1/ last;
Cuando visito la url se muestra de
by
dgarcia
-
Spanish Forum
Hello everyone,
How can I do so that my nginx server redirects the "domain.com/home/spain/index.php" to the "/".
Thank you very much
by
dgarcia
-
How to...
Hello everyone,
I am new to the community as you can see.
I hope to learn a lot from you and to be able to help with the little bit of nginx.
See you on the forum
by
dgarcia
-
New Member Introductions