亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

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

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