国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

How to configure svn under nginx so that it can be accessed externally
怪我咯
怪我咯 2017-05-16 17:25:32
0
1
827

I installed svn on the host, but my server is nginx and I don’t want to use Apache.
How can I set it up so that it can be accessed externally? The version can now be checked out on the Linux host.

怪我咯
怪我咯

走同樣的路,發(fā)現(xiàn)不同的人生

reply all(1)
phpcn_u1582

nginx and svn are two different things.

If you just want external access, you don’t need nginx.

The name of the software used is svnserve, and so is the service name. /etc/init.d/svnserve start can simply run it, or you can run it with "svnserve -d -r ."
(You need to specify the user’s name and group)

You can specify -d and -r parameters for svnserve,

The default port is 3690, which can be specified through --listen-port=port.

The firewall must open port 3690 to the outside world.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template