Current
This commit is contained in:
@ -50,10 +50,15 @@ http {
|
||||
server_name localhost;
|
||||
include "includes/wwwroot.conf";
|
||||
}
|
||||
# server {
|
||||
# listen 8011;
|
||||
# server_name localhost;
|
||||
# include "includes/Gogs.conf";
|
||||
# }
|
||||
server {
|
||||
listen 8011;
|
||||
server_name localhost;
|
||||
include "includes/Gogs.conf";
|
||||
include "includes/syncthing.conf";
|
||||
}
|
||||
server {
|
||||
listen 8080;
|
||||
|
Reference in New Issue
Block a user