Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.4:ARM
dehydrated.11707
acme-challenge.conf.nginx.in
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File acme-challenge.conf.nginx.in of Package dehydrated.11707
# This adds a the acme challenge directory to # your hosts config file. You will only need # this on port 80. The following snippet shows # how to use in on a HTTP server that only # redirects to HTTPS otherwise. it's important # to wrap the rest into a "location /" block. # #server { # listen 80 default_server; # listen [::]:80 default_server; # # include "acme-challenge"; # location / { # return 301 https://$host$request_uri; # } #} location /.well-known/acme-challenge { alias @CHALLENGEDIR@; }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor