P
P
Pavel2016-06-01 18:39:35
Nginx
Pavel, 2016-06-01 18:39:35

How to set up NGINX for DLE 10.5 on Debian 7?

I can’t find the configuration for the CNC, what to write in the config and where? for the CNC to work on DLE
.htaccess, I converted it with an online converter, but I don’t understand where to put it all, I’ve been suffering for a day, nginx is falling and doesn’t start when I register my config

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
nikolayvaganov, 2016-06-02
@0Err

A separate virthost is created in nginx:

server {
 listen 1.1.1.1;
 server_name site.ru www.site.ru
 location / { ... }
}

Next, paste the rewrite rules there.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question