Skip to content

Commit a671712

Browse files
committed
Synced default config with upstream.
1 parent c769ad8 commit a671712

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

mainline/alpine-perl/nginx.vh.default.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ server {
33
server_name localhost;
44

55
#charset koi8-r;
6-
#access_log /var/log/nginx/log/host.access.log main;
6+
#access_log /var/log/nginx/host.access.log main;
77

88
location / {
99
root /usr/share/nginx/html;

mainline/alpine/nginx.vh.default.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ server {
33
server_name localhost;
44

55
#charset koi8-r;
6-
#access_log /var/log/nginx/log/host.access.log main;
6+
#access_log /var/log/nginx/host.access.log main;
77

88
location / {
99
root /usr/share/nginx/html;

stable/alpine-perl/nginx.vh.default.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ server {
33
server_name localhost;
44

55
#charset koi8-r;
6-
#access_log /var/log/nginx/log/host.access.log main;
6+
#access_log /var/log/nginx/host.access.log main;
77

88
location / {
99
root /usr/share/nginx/html;

stable/alpine/nginx.vh.default.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ server {
33
server_name localhost;
44

55
#charset koi8-r;
6-
#access_log /var/log/nginx/log/host.access.log main;
6+
#access_log /var/log/nginx/host.access.log main;
77

88
location / {
99
root /usr/share/nginx/html;

0 commit comments

Comments
 (0)