Exec supervisord
This commit is contained in:
parent
407f8817cc
commit
0cf409047c
@ -1,15 +1,15 @@
|
||||
server {
|
||||
listen 80 default_server;
|
||||
#listen [::]:80 default_server ipv6only=on;
|
||||
|
||||
|
||||
root /nexus/;
|
||||
|
||||
|
||||
index index.html index.htm;
|
||||
server_name localhost;
|
||||
|
||||
|
||||
#auth_basic "Restricted";
|
||||
#auth_basic_user_file /etc/nginx/htpasswd;
|
||||
|
||||
|
||||
location / {
|
||||
autoindex on;
|
||||
try_files $uri $uri/ =404;
|
||||
|
Loading…
Reference in New Issue
Block a user