trying to use upload-artifact action
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
server {
|
||||
listen 80 http2;
|
||||
listen [::]:80 http2;
|
||||
listen 80;
|
||||
listen [::]:80;
|
||||
http2 on;
|
||||
root /srv/http;
|
||||
gzip_static on;
|
||||
gzip_vary on;
|
||||
gzip off;
|
||||
|
||||
location / {
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user