Skip to content

Commit 198622b

Browse files
author
Kevin Buchholz
committed
Revert "Merge pull request #65 from sourceboat/http2"
This reverts commit d59a69c.
1 parent d59a69c commit 198622b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: etc/nginx/conf.d/default.conf

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ map $http_x_forwarded_proto $is_https {
55

66
server {
77
server_name _;
8-
listen 8080 http2 default_server;
9-
listen [::]:8080 http2 default_server;
10-
8+
listen 8080 default_server;
9+
listen [::]:8080 default_server;
10+
1111
client_max_body_size 50M;
1212

1313
index index.php index.html;

0 commit comments

Comments
 (0)