mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +08:00
fix docker openresty port
This commit is contained in:
@@ -7,7 +7,7 @@ server {
|
||||
index index.php index.html;
|
||||
|
||||
ssl_certificate /certs/fullchain.pem;
|
||||
ssl_certificate_key /certs/private.pem;
|
||||
ssl_certificate_key /certs/private.key;
|
||||
|
||||
location = /favicon.ico {
|
||||
log_not_found off;
|
||||
|
||||
@@ -4,7 +4,7 @@ server {
|
||||
server_name ${PHPMYADMIN_SERVER_NAME};
|
||||
|
||||
ssl_certificate /certs/fullchain.pem;
|
||||
ssl_certificate_key /certs/private.pem;
|
||||
ssl_certificate_key /certs/private.key;
|
||||
|
||||
location / {
|
||||
proxy_pass http://phpmyadmin:80;
|
||||
|
||||
Reference in New Issue
Block a user